Html Css Color HEX #F24D2C Cinnabar

📋 copy color: '#F24D2C'

red 242 ◦ green 77 ◦ blue 44

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

Shades of Cinnabar #F24D2C

Tints of Cinnabar #F24D2C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 66.67%
G = 21.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F24D2C (or 0xF24D2C) is known color: Cinnabar. HEX triplet: F2, 4D and 2C. RGB value is (242,77,44). Sum of RGB (Red+Green+Blue) = 242+77+44=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D2C is #0DB2D3. Grayscale: #7A7A7A. Windows color (decimal): -897748 or 2903538. OLE color: 2903538.

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

Color convert

RGB 242 77 44 -
CMYK 0 0.68 0.82 0.05
HSL 10º 0.88% 0.56% -
HSV(B) 10º 0.82% 0.95% -
XYZ 39.73 24.37 4.99 -
YUV 122.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 242 77 44 0 0.68 0.82 0.05 10 0.88 0.56
Hex F2 4D 2C 0 44 52 5 A 58 38
Octal 362 115 54 0 104 122 5 12 130 70
Binary 11110010 1001101 101100 0 1000100 1010010 101 1010 1011000 111000

Color Harmonies of #F24D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D2C

Black with #F24D2C

Text Example


Text Example

White with #F24D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D2C; }

 p { color: rgb(242,77,44); }

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

background-color css

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

 a { background-color: rgb(242,77,44); }

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

border-color css

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

 span { border-color: rgb(242,77,44); }

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