Html Css Color HEX #F24727 Cinnabar

📋 copy color: '#F24727'

red 242 ◦ green 71 ◦ blue 39

#F24727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #F24727

Tints of Cinnabar #F24727

RGB

 RED value IS 242 (94.92% from 255) = 68.75%

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 68.75%
G = 20.17%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F24727 (or 0xF24727) is known color: Cinnabar. HEX triplet: F2, 47 and 27. RGB value is (242,71,39). Sum of RGB (Red+Green+Blue) = 242+71+39=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F24727 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24727 is #0DB8D8. Grayscale: #767676. Windows color (decimal): -899289 or 2574322. OLE color: 2574322.

HSL color Cylindrical-coordinate representation of color #F24727: hue angle of 9.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24727 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 39 -
CMYK 0 0.71 0.84 0.05
HSL 9.46º 0.89% 0.55% -
HSV(B) 9.46º 0.84% 0.95% -
XYZ 39.24 23.53 4.39 -
YUV 118.48 83.15 216.1 -
System Red Green Blue C M Y K H S L
Decimal 242 71 39 0 0.71 0.84 0.05 9.46 0.89 0.55
Hex F2 47 27 0 47 54 5 9 59 37
Octal 362 107 47 0 107 124 5 11 131 67
Binary 11110010 1000111 100111 0 1000111 1010100 101 1001 1011001 110111

Color Harmonies of #F24727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24727

Black with #F24727

Text Example


Text Example

White with #F24727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24727; }

 p { color: rgb(242,71,39); }

 H1.HeaderClassName
 {
   color: #F24727;
 }
 .AnyTagClassName
 {
   color: #F24727;
 }
</style>

background-color css

<style>
 a { background-color: #F24727; }

 a { background-color: rgb(242,71,39); }

 div.DivClassName
 {
   background-color: #F24727;
 }
 .BgClassName
 {
   background-color: #F24727;
 }
</style>

border-color css

<style>
 span { border-color: #F24727; }

 span { border-color: rgb(242,71,39); }

 td.TdClassName
 {
   border-color: #F24727;
 }
 .TagClassName
 {
   border-color: #F24727;
 }
</style>