Html Css Color HEX #F24C2F Cinnabar

📋 copy color: '#F24C2F'

red 242 ◦ green 76 ◦ blue 47

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

Shades of Cinnabar #F24C2F

Tints of Cinnabar #F24C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 66.3%
G = 20.82%
B = 12.88%

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

#F24C2F (or 0xF24C2F) is known color: Cinnabar. HEX triplet: F2, 4C and 2F. RGB value is (242,76,47). Sum of RGB (Red+Green+Blue) = 242+76+47=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C2F is #0DB3D0. Grayscale: #7A7A7A. Windows color (decimal): -898001 or 3099890. OLE color: 3099890.

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

Color convert

RGB 242 76 47 -
CMYK 0 0.69 0.81 0.05
HSL 8.92º 0.88% 0.57% -
HSV(B) 8.92º 0.81% 0.95% -
XYZ 39.72 24.25 5.28 -
YUV 122.33 85.5 213.36 -
System Red Green Blue C M Y K H S L
Decimal 242 76 47 0 0.69 0.81 0.05 8.92 0.88 0.57
Hex F2 4C 2F 0 45 51 5 9 58 39
Octal 362 114 57 0 105 121 5 11 130 71
Binary 11110010 1001100 101111 0 1000101 1010001 101 1001 1011000 111001

Color Harmonies of #F24C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C2F

Black with #F24C2F

Text Example


Text Example

White with #F24C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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