Html Css Color HEX #F03F1D Cinnabar

📋 copy color: '#F03F1D'

red 240 ◦ green 63 ◦ blue 29

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

Shades of Cinnabar #F03F1D

Tints of Cinnabar #F03F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

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

R = 72.29%
G = 18.98%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F03F1D (or 0xF03F1D) is known color: Cinnabar. HEX triplet: F0, 3F and 1D. RGB value is (240,63,29). Sum of RGB (Red+Green+Blue) = 240+63+29=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03F1D is #0FC0E2. Grayscale: #707070. Windows color (decimal): -1032419 or 1916912. OLE color: 1916912.

HSL color Cylindrical-coordinate representation of color #F03F1D: hue angle of 9.67º 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 #F03F1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 29 -
CMYK 0 0.74 0.88 0.06
HSL 9.67º 0.88% 0.53% -
HSV(B) 9.67º 0.88% 0.94% -
XYZ 37.93 22.17 3.44 -
YUV 112.05 81.14 219.26 -
System Red Green Blue C M Y K H S L
Decimal 240 63 29 0 0.74 0.88 0.06 9.67 0.88 0.53
Hex F0 3F 1D 0 4A 58 6 A 58 35
Octal 360 77 35 0 112 130 6 12 130 65
Binary 11110000 111111 11101 0 1001010 1011000 110 1010 1011000 110101

Color Harmonies of #F03F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F1D

Black with #F03F1D

Text Example


Text Example

White with #F03F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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