Html Css Color HEX #F03C1D Cinnabar

📋 copy color: '#F03C1D'

red 240 ◦ green 60 ◦ blue 29

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

Shades of Cinnabar #F03C1D

Tints of Cinnabar #F03C1D

RGB

 RED value IS 240 (94.14% from 255) = 72.95%

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 72.95%
G = 18.24%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F03C1D (or 0xF03C1D) is known color: Cinnabar. HEX triplet: F0, 3C and 1D. RGB value is (240,60,29). Sum of RGB (Red+Green+Blue) = 240+60+29=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C1D is #0FC3E2. Grayscale: #6E6E6E. Windows color (decimal): -1033187 or 1916144. OLE color: 1916144.

HSL color Cylindrical-coordinate representation of color #F03C1D: hue angle of 8.82º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F03C1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 29 -
CMYK 0 0.75 0.88 0.06
HSL 8.82º 0.88% 0.53% -
HSV(B) 8.82º 0.88% 0.94% -
XYZ 37.77 21.85 3.39 -
YUV 110.29 82.13 220.52 -
System Red Green Blue C M Y K H S L
Decimal 240 60 29 0 0.75 0.88 0.06 8.82 0.88 0.53
Hex F0 3C 1D 0 4B 58 6 9 58 35
Octal 360 74 35 0 113 130 6 11 130 65
Binary 11110000 111100 11101 0 1001011 1011000 110 1001 1011000 110101

Color Harmonies of #F03C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C1D

Black with #F03C1D

Text Example


Text Example

White with #F03C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C1D; }

 p { color: rgb(240,60,29); }

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

background-color css

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

 a { background-color: rgb(240,60,29); }

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

border-color css

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

 span { border-color: rgb(240,60,29); }

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