Html Css Color HEX #F24935 Cinnabar

📋 copy color: '#F24935'

red 242 ◦ green 73 ◦ blue 53

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

Shades of Cinnabar #F24935

Tints of Cinnabar #F24935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 53 (21.09% from 255) = 14.4%

R = 65.76%
G = 19.84%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F24935 (or 0xF24935) is known color: Cinnabar. HEX triplet: F2, 49 and 35. RGB value is (242,73,53). Sum of RGB (Red+Green+Blue) = 242+73+53=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F24935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24935 is #0DB6CA. Grayscale: #797979. Windows color (decimal): -898763 or 3492338. OLE color: 3492338.

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

Color convert

RGB 242 73 53 -
CMYK 0 0.70 0.78 0.05
HSL 6.35º 0.88% 0.58% -
HSV(B) 6.35º 0.78% 0.95% -
XYZ 39.64 23.9 5.89 -
YUV 121.25 89.49 214.13 -
System Red Green Blue C M Y K H S L
Decimal 242 73 53 0 0.70 0.78 0.05 6.35 0.88 0.58
Hex F2 49 35 0 46 4E 5 6 58 3A
Octal 362 111 65 0 106 116 5 6 130 72
Binary 11110010 1001001 110101 0 1000110 1001110 101 110 1011000 111010

Color Harmonies of #F24935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24935

Black with #F24935

Text Example


Text Example

White with #F24935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24935; }

 p { color: rgb(242,73,53); }

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

background-color css

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

 a { background-color: rgb(242,73,53); }

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

border-color css

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

 span { border-color: rgb(242,73,53); }

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