Html Css Color HEX #F24E2F Cinnabar

📋 copy color: '#F24E2F'

red 242 ◦ green 78 ◦ blue 47

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

Shades of Cinnabar #F24E2F

Tints of Cinnabar #F24E2F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 65.94%
G = 21.25%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F24E2F (or 0xF24E2F) is known color: Cinnabar. HEX triplet: F2, 4E and 2F. RGB value is (242,78,47). Sum of RGB (Red+Green+Blue) = 242+78+47=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24E2F is #0DB1D0. Grayscale: #7B7B7B. Windows color (decimal): -897489 or 3100402. OLE color: 3100402.

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

Color convert

RGB 242 78 47 -
CMYK 0 0.68 0.81 0.05
HSL 9.54º 0.88% 0.57% -
HSV(B) 9.54º 0.81% 0.95% -
XYZ 39.86 24.53 5.32 -
YUV 123.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 242 78 47 0 0.68 0.81 0.05 9.54 0.88 0.57
Hex F2 4E 2F 0 44 51 5 A 58 39
Octal 362 116 57 0 104 121 5 12 130 71
Binary 11110010 1001110 101111 0 1000100 1010001 101 1010 1011000 111001

Color Harmonies of #F24E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E2F

Black with #F24E2F

Text Example


Text Example

White with #F24E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E2F; }

 p { color: rgb(242,78,47); }

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

background-color css

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

 a { background-color: rgb(242,78,47); }

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

border-color css

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

 span { border-color: rgb(242,78,47); }

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