Html Css Color HEX #F24827 Cinnabar

📋 copy color: '#F24827'

red 242 ◦ green 72 ◦ blue 39

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

Shades of Cinnabar #F24827

Tints of Cinnabar #F24827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 68.56%
G = 20.4%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24827 (or 0xF24827) is known color: Cinnabar. HEX triplet: F2, 48 and 27. RGB value is (242,72,39). Sum of RGB (Red+Green+Blue) = 242+72+39=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F24827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24827 is #0DB7D8. Grayscale: #777777. Windows color (decimal): -899033 or 2574578. OLE color: 2574578.

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

Color convert

RGB 242 72 39 -
CMYK 0 0.70 0.84 0.05
HSL 9.75º 0.89% 0.55% -
HSV(B) 9.75º 0.84% 0.95% -
XYZ 39.3 23.66 4.41 -
YUV 119.07 82.82 215.68 -
System Red Green Blue C M Y K H S L
Decimal 242 72 39 0 0.70 0.84 0.05 9.75 0.89 0.55
Hex F2 48 27 0 46 54 5 A 59 37
Octal 362 110 47 0 106 124 5 12 131 67
Binary 11110010 1001000 100111 0 1000110 1010100 101 1010 1011001 110111

Color Harmonies of #F24827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24827

Black with #F24827

Text Example


Text Example

White with #F24827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24827; }

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

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

background-color css

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

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

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

border-color css

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

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

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