Html Css Color HEX #F24825 Cinnabar

📋 copy color: '#F24825'

red 242 ◦ green 72 ◦ blue 37

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

Shades of Cinnabar #F24825

Tints of Cinnabar #F24825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 68.95%
G = 20.51%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24825 (or 0xF24825) is known color: Cinnabar. HEX triplet: F2, 48 and 25. RGB value is (242,72,37). Sum of RGB (Red+Green+Blue) = 242+72+37=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F24825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24825 is #0DB7DA. Grayscale: #777777. Windows color (decimal): -899035 or 2443506. OLE color: 2443506.

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

Color convert

RGB 242 72 37 -
CMYK 0 0.70 0.85 0.05
HSL 10.24º 0.89% 0.55% -
HSV(B) 10.24º 0.85% 0.95% -
XYZ 39.27 23.65 4.24 -
YUV 118.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 242 72 37 0 0.70 0.85 0.05 10.24 0.89 0.55
Hex F2 48 25 0 46 55 5 A 59 37
Octal 362 110 45 0 106 125 5 12 131 67
Binary 11110010 1001000 100101 0 1000110 1010101 101 1010 1011001 110111

Color Harmonies of #F24825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24825

Black with #F24825

Text Example


Text Example

White with #F24825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24825; }

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

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

background-color css

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

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

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

border-color css

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

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

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