Html Css Color HEX #F24C28 Cinnabar

📋 copy color: '#F24C28'

red 242 ◦ green 76 ◦ blue 40

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

Shades of Cinnabar #F24C28

Tints of Cinnabar #F24C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 67.6%
G = 21.23%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24C28 (or 0xF24C28) is known color: Cinnabar. HEX triplet: F2, 4C and 28. RGB value is (242,76,40). Sum of RGB (Red+Green+Blue) = 242+76+40=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C28 is #0DB3D7. Grayscale: #797979. Windows color (decimal): -898008 or 2641138. OLE color: 2641138.

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

Color convert

RGB 242 76 40 -
CMYK 0 0.69 0.83 0.05
HSL 10.69º 0.89% 0.55% -
HSV(B) 10.69º 0.83% 0.95% -
XYZ 39.59 24.2 4.59 -
YUV 121.53 82 213.93 -
System Red Green Blue C M Y K H S L
Decimal 242 76 40 0 0.69 0.83 0.05 10.69 0.89 0.55
Hex F2 4C 28 0 45 53 5 B 59 37
Octal 362 114 50 0 105 123 5 13 131 67
Binary 11110010 1001100 101000 0 1000101 1010011 101 1011 1011001 110111

Color Harmonies of #F24C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C28

Black with #F24C28

Text Example


Text Example

White with #F24C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C28; }

 p { color: rgb(242,76,40); }

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

background-color css

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

 a { background-color: rgb(242,76,40); }

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

border-color css

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

 span { border-color: rgb(242,76,40); }

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