Html Css Color HEX #F24833 Cinnabar

📋 copy color: '#F24833'

red 242 ◦ green 72 ◦ blue 51

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

Shades of Cinnabar #F24833

Tints of Cinnabar #F24833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 66.3%
G = 19.73%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24833 (or 0xF24833) is known color: Cinnabar. HEX triplet: F2, 48 and 33. RGB value is (242,72,51). Sum of RGB (Red+Green+Blue) = 242+72+51=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24833 is #0DB7CC. Grayscale: #787878. Windows color (decimal): -899021 or 3361010. OLE color: 3361010.

HSL color Cylindrical-coordinate representation of color #F24833: hue angle of 6.6º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24833 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 51 -
CMYK 0 0.70 0.79 0.05
HSL 6.6º 0.88% 0.57% -
HSV(B) 6.6º 0.79% 0.95% -
XYZ 39.53 23.75 5.63 -
YUV 120.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 242 72 51 0 0.70 0.79 0.05 6.6 0.88 0.57
Hex F2 48 33 0 46 4F 5 7 58 39
Octal 362 110 63 0 106 117 5 7 130 71
Binary 11110010 1001000 110011 0 1000110 1001111 101 111 1011000 111001

Color Harmonies of #F24833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24833

Black with #F24833

Text Example


Text Example

White with #F24833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24833; }

 p { color: rgb(242,72,51); }

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

background-color css

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

 a { background-color: rgb(242,72,51); }

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

border-color css

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

 span { border-color: rgb(242,72,51); }

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