Html Css Color HEX #F24A2E Cinnabar

📋 copy color: '#F24A2E'

red 242 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #F24A2E

Tints of Cinnabar #F24A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 66.85%
G = 20.44%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F24A2E (or 0xF24A2E) is known color: Cinnabar. HEX triplet: F2, 4A and 2E. RGB value is (242,74,46). Sum of RGB (Red+Green+Blue) = 242+74+46=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A2E is #0DB5D1. Grayscale: #797979. Windows color (decimal): -898514 or 3033842. OLE color: 3033842.

HSL color Cylindrical-coordinate representation of color #F24A2E: hue angle of 8.57º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F24A2E is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 74 46 -
CMYK 0 0.69 0.81 0.05
HSL 8.57º 0.88% 0.56% -
HSV(B) 8.57º 0.81% 0.95% -
XYZ 39.56 23.97 5.13 -
YUV 121.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 242 74 46 0 0.69 0.81 0.05 8.57 0.88 0.56
Hex F2 4A 2E 0 45 51 5 9 58 38
Octal 362 112 56 0 105 121 5 11 130 70
Binary 11110010 1001010 101110 0 1000101 1010001 101 1001 1011000 111000

Color Harmonies of #F24A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A2E

Black with #F24A2E

Text Example


Text Example

White with #F24A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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