Html Css Color HEX #F03D1A Cinnabar

📋 copy color: '#F03D1A'

red 240 ◦ green 61 ◦ blue 26

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

Shades of Cinnabar #F03D1A

Tints of Cinnabar #F03D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 73.39%
G = 18.65%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F03D1A (or 0xF03D1A) is known color: Cinnabar. HEX triplet: F0, 3D and 1A. RGB value is (240,61,26). Sum of RGB (Red+Green+Blue) = 240+61+26=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D1A is #0FC2E5. Grayscale: #6E6E6E. Windows color (decimal): -1032934 or 1719792. OLE color: 1719792.

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

Color convert

RGB 240 61 26 -
CMYK 0 0.75 0.89 0.06
HSL 9.81º 0.88% 0.52% -
HSV(B) 9.81º 0.89% 0.94% -
XYZ 37.79 21.94 3.22 -
YUV 110.53 80.3 220.35 -
System Red Green Blue C M Y K H S L
Decimal 240 61 26 0 0.75 0.89 0.06 9.81 0.88 0.52
Hex F0 3D 1A 0 4B 59 6 A 58 34
Octal 360 75 32 0 113 131 6 12 130 64
Binary 11110000 111101 11010 0 1001011 1011001 110 1010 1011000 110100

Color Harmonies of #F03D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D1A

Black with #F03D1A

Text Example


Text Example

White with #F03D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D1A; }

 p { color: rgb(240,61,26); }

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

background-color css

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

 a { background-color: rgb(240,61,26); }

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

border-color css

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

 span { border-color: rgb(240,61,26); }

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