Html Css Color HEX #F24A29 Cinnabar

📋 copy color: '#F24A29'

red 242 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #F24A29

Tints of Cinnabar #F24A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 67.79%
G = 20.73%
B = 11.48%

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

#F24A29 (or 0xF24A29) is known color: Cinnabar. HEX triplet: F2, 4A and 29. RGB value is (242,74,41). Sum of RGB (Red+Green+Blue) = 242+74+41=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A29 is #0DB5D6. Grayscale: #787878. Windows color (decimal): -898519 or 2706162. OLE color: 2706162.

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

Color convert

RGB 242 74 41 -
CMYK 0 0.69 0.83 0.05
HSL 9.85º 0.89% 0.55% -
HSV(B) 9.85º 0.83% 0.95% -
XYZ 39.47 23.93 4.64 -
YUV 120.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 242 74 41 0 0.69 0.83 0.05 9.85 0.89 0.55
Hex F2 4A 29 0 45 53 5 A 59 37
Octal 362 112 51 0 105 123 5 12 131 67
Binary 11110010 1001010 101001 0 1000101 1010011 101 1010 1011001 110111

Color Harmonies of #F24A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A29

Black with #F24A29

Text Example


Text Example

White with #F24A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A29; }

 p { color: rgb(242,74,41); }

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

background-color css

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

 a { background-color: rgb(242,74,41); }

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

border-color css

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

 span { border-color: rgb(242,74,41); }

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