Html Css Color HEX #F24728 Cinnabar

📋 copy color: '#F24728'

red 242 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #F24728

Tints of Cinnabar #F24728

RGB

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

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

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

R = 68.56%
G = 20.11%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24728 (or 0xF24728) is known color: Cinnabar. HEX triplet: F2, 47 and 28. RGB value is (242,71,40). Sum of RGB (Red+Green+Blue) = 242+71+40=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F24728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24728 is #0DB8D7. Grayscale: #767676. Windows color (decimal): -899288 or 2639858. OLE color: 2639858.

HSL color Cylindrical-coordinate representation of color #F24728: hue angle of 9.21º 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 #F24728 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 40 -
CMYK 0 0.71 0.83 0.05
HSL 9.21º 0.89% 0.55% -
HSV(B) 9.21º 0.83% 0.95% -
XYZ 39.25 23.54 4.48 -
YUV 118.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 242 71 40 0 0.71 0.83 0.05 9.21 0.89 0.55
Hex F2 47 28 0 47 53 5 9 59 37
Octal 362 107 50 0 107 123 5 11 131 67
Binary 11110010 1000111 101000 0 1000111 1010011 101 1001 1011001 110111

Color Harmonies of #F24728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24728

Black with #F24728

Text Example


Text Example

White with #F24728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24728; }

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

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

background-color css

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

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

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

border-color css

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

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

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