Html Css Color HEX #F0371A Cinnabar

📋 copy color: '#F0371A'

red 240 ◦ green 55 ◦ blue 26

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

Shades of Cinnabar #F0371A

Tints of Cinnabar #F0371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 74.77%
G = 17.13%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0371A (or 0xF0371A) is known color: Cinnabar. HEX triplet: F0, 37 and 1A. RGB value is (240,55,26). Sum of RGB (Red+Green+Blue) = 240+55+26=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0371A is #0FC8E5. Grayscale: #6B6B6B. Windows color (decimal): -1034470 or 1718256. OLE color: 1718256.

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

Color convert

RGB 240 55 26 -
CMYK 0 0.77 0.89 0.06
HSL 8.13º 0.88% 0.52% -
HSV(B) 8.13º 0.89% 0.94% -
XYZ 37.49 21.33 3.12 -
YUV 107.01 82.29 222.86 -
System Red Green Blue C M Y K H S L
Decimal 240 55 26 0 0.77 0.89 0.06 8.13 0.88 0.52
Hex F0 37 1A 0 4D 59 6 8 58 34
Octal 360 67 32 0 115 131 6 10 130 64
Binary 11110000 110111 11010 0 1001101 1011001 110 1000 1011000 110100

Color Harmonies of #F0371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0371A

Black with #F0371A

Text Example


Text Example

White with #F0371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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