Html Css Color HEX #F03A1D Cinnabar

📋 copy color: '#F03A1D'

red 240 ◦ green 58 ◦ blue 29

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

Shades of Cinnabar #F03A1D

Tints of Cinnabar #F03A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

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

R = 73.39%
G = 17.74%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F03A1D (or 0xF03A1D) is known color: Cinnabar. HEX triplet: F0, 3A and 1D. RGB value is (240,58,29). Sum of RGB (Red+Green+Blue) = 240+58+29=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A1D is #0FC5E2. Grayscale: #6D6D6D. Windows color (decimal): -1033699 or 1915632. OLE color: 1915632.

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

Color convert

RGB 240 58 29 -
CMYK 0 0.76 0.88 0.06
HSL 8.25º 0.88% 0.53% -
HSV(B) 8.25º 0.88% 0.94% -
XYZ 37.67 21.64 3.35 -
YUV 109.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 240 58 29 0 0.76 0.88 0.06 8.25 0.88 0.53
Hex F0 3A 1D 0 4C 58 6 8 58 35
Octal 360 72 35 0 114 130 6 10 130 65
Binary 11110000 111010 11101 0 1001100 1011000 110 1000 1011000 110101

Color Harmonies of #F03A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A1D

Black with #F03A1D

Text Example


Text Example

White with #F03A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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