Html Css Color HEX #F24831 Cinnabar

📋 copy color: '#F24831'

red 242 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #F24831

Tints of Cinnabar #F24831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 66.67%
G = 19.83%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F24831 (or 0xF24831) is known color: Cinnabar. HEX triplet: F2, 48 and 31. RGB value is (242,72,49). Sum of RGB (Red+Green+Blue) = 242+72+49=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24831 is #0DB7CE. Grayscale: #787878. Windows color (decimal): -899023 or 3229938. OLE color: 3229938.

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

Color convert

RGB 242 72 49 -
CMYK 0 0.70 0.80 0.05
HSL 7.15º 0.88% 0.57% -
HSV(B) 7.15º 0.8% 0.95% -
XYZ 39.49 23.73 5.41 -
YUV 120.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 242 72 49 0 0.70 0.80 0.05 7.15 0.88 0.57
Hex F2 48 31 0 46 50 5 7 58 39
Octal 362 110 61 0 106 120 5 7 130 71
Binary 11110010 1001000 110001 0 1000110 1010000 101 111 1011000 111001

Color Harmonies of #F24831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24831

Black with #F24831

Text Example


Text Example

White with #F24831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24831; }

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

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

background-color css

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

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

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

border-color css

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

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

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