Html Css Color HEX #F24D2F Cinnabar

📋 copy color: '#F24D2F'

red 242 ◦ green 77 ◦ blue 47

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

Shades of Cinnabar #F24D2F

Tints of Cinnabar #F24D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 66.12%
G = 21.04%
B = 12.84%

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

#F24D2F (or 0xF24D2F) is known color: Cinnabar. HEX triplet: F2, 4D and 2F. RGB value is (242,77,47). Sum of RGB (Red+Green+Blue) = 242+77+47=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D2F is #0DB2D0. Grayscale: #7B7B7B. Windows color (decimal): -897745 or 3100146. OLE color: 3100146.

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

Color convert

RGB 242 77 47 -
CMYK 0 0.68 0.81 0.05
HSL 9.23º 0.88% 0.57% -
HSV(B) 9.23º 0.81% 0.95% -
XYZ 39.78 24.39 5.3 -
YUV 122.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 242 77 47 0 0.68 0.81 0.05 9.23 0.88 0.57
Hex F2 4D 2F 0 44 51 5 9 58 39
Octal 362 115 57 0 104 121 5 11 130 71
Binary 11110010 1001101 101111 0 1000100 1010001 101 1001 1011000 111001

Color Harmonies of #F24D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D2F

Black with #F24D2F

Text Example


Text Example

White with #F24D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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