Html Css Color HEX #F24724 Cinnabar

📋 copy color: '#F24724'

red 242 ◦ green 71 ◦ blue 36

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

Shades of Cinnabar #F24724

Tints of Cinnabar #F24724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.32%

R = 69.34%
G = 20.34%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24724 (or 0xF24724) is known color: Cinnabar. HEX triplet: F2, 47 and 24. RGB value is (242,71,36). Sum of RGB (Red+Green+Blue) = 242+71+36=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24724 is #0DB8DB. Grayscale: #767676. Windows color (decimal): -899292 or 2377714. OLE color: 2377714.

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

Color convert

RGB 242 71 36 -
CMYK 0 0.71 0.85 0.05
HSL 10.19º 0.89% 0.55% -
HSV(B) 10.19º 0.85% 0.95% -
XYZ 39.19 23.51 4.14 -
YUV 118.14 81.65 216.35 -
System Red Green Blue C M Y K H S L
Decimal 242 71 36 0 0.71 0.85 0.05 10.19 0.89 0.55
Hex F2 47 24 0 47 55 5 A 59 37
Octal 362 107 44 0 107 125 5 12 131 67
Binary 11110010 1000111 100100 0 1000111 1010101 101 1010 1011001 110111

Color Harmonies of #F24724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24724

Black with #F24724

Text Example


Text Example

White with #F24724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24724; }

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

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

background-color css

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

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

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

border-color css

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

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

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