Html Css Color HEX #F24D1D Cinnabar

📋 copy color: '#F24D1D'

red 242 ◦ green 77 ◦ blue 29

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

Shades of Cinnabar #F24D1D

Tints of Cinnabar #F24D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 69.54%
G = 22.13%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F24D1D (or 0xF24D1D) is known color: Cinnabar. HEX triplet: F2, 4D and 1D. RGB value is (242,77,29). Sum of RGB (Red+Green+Blue) = 242+77+29=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D1D is #0DB2E2. Grayscale: #797979. Windows color (decimal): -897763 or 1920498. OLE color: 1920498.

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

Color convert

RGB 242 77 29 -
CMYK 0 0.68 0.88 0.05
HSL 13.52º 0.89% 0.53% -
HSV(B) 13.52º 0.88% 0.95% -
XYZ 39.49 24.27 3.77 -
YUV 120.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 242 77 29 0 0.68 0.88 0.05 13.52 0.89 0.53
Hex F2 4D 1D 0 44 58 5 E 59 35
Octal 362 115 35 0 104 130 5 16 131 65
Binary 11110010 1001101 11101 0 1000100 1011000 101 1110 1011001 110101

Color Harmonies of #F24D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D1D

Black with #F24D1D

Text Example


Text Example

White with #F24D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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