Html Css Color HEX #F0371E Cinnabar

📋 copy color: '#F0371E'

red 240 ◦ green 55 ◦ blue 30

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

Shades of Cinnabar #F0371E

Tints of Cinnabar #F0371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 73.85%
G = 16.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0371E (or 0xF0371E) is known color: Cinnabar. HEX triplet: F0, 37 and 1E. RGB value is (240,55,30). Sum of RGB (Red+Green+Blue) = 240+55+30=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0371E is #0FC8E1. Grayscale: #6B6B6B. Windows color (decimal): -1034466 or 1980400. OLE color: 1980400.

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

Color convert

RGB 240 55 30 -
CMYK 0 0.77 0.87 0.06
HSL 7.14º 0.88% 0.53% -
HSV(B) 7.14º 0.88% 0.94% -
XYZ 37.54 21.35 3.37 -
YUV 107.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 240 55 30 0 0.77 0.87 0.06 7.14 0.88 0.53
Hex F0 37 1E 0 4D 57 6 7 58 35
Octal 360 67 36 0 115 127 6 7 130 65
Binary 11110000 110111 11110 0 1001101 1010111 110 111 1011000 110101

Color Harmonies of #F0371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0371E

Black with #F0371E

Text Example


Text Example

White with #F0371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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