Html Css Color HEX #F03A1A Cinnabar

📋 copy color: '#F03A1A'

red 240 ◦ green 58 ◦ blue 26

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

Shades of Cinnabar #F03A1A

Tints of Cinnabar #F03A1A

RGB

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

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

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

R = 74.07%
G = 17.9%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F03A1A (or 0xF03A1A) is known color: Cinnabar. HEX triplet: F0, 3A and 1A. RGB value is (240,58,26). Sum of RGB (Red+Green+Blue) = 240+58+26=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A1A is #0FC5E5. Grayscale: #6D6D6D. Windows color (decimal): -1033702 or 1719024. OLE color: 1719024.

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

Color convert

RGB 240 58 26 -
CMYK 0 0.76 0.89 0.06
HSL 8.97º 0.88% 0.52% -
HSV(B) 8.97º 0.89% 0.94% -
XYZ 37.63 21.63 3.17 -
YUV 108.77 81.3 221.6 -
System Red Green Blue C M Y K H S L
Decimal 240 58 26 0 0.76 0.89 0.06 8.97 0.88 0.52
Hex F0 3A 1A 0 4C 59 6 9 58 34
Octal 360 72 32 0 114 131 6 11 130 64
Binary 11110000 111010 11010 0 1001100 1011001 110 1001 1011000 110100

Color Harmonies of #F03A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03A1A

Black with #F03A1A

Text Example


Text Example

White with #F03A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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