Html Css Color HEX #F0351F Cinnabar

📋 copy color: '#F0351F'

red 240 ◦ green 53 ◦ blue 31

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

Shades of Cinnabar #F0351F

Tints of Cinnabar #F0351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 74.07%
G = 16.36%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0351F (or 0xF0351F) is known color: Cinnabar. HEX triplet: F0, 35 and 1F. RGB value is (240,53,31). Sum of RGB (Red+Green+Blue) = 240+53+31=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0351F is #0FCAE0. Grayscale: #6A6A6A. Windows color (decimal): -1034977 or 2045424. OLE color: 2045424.

HSL color Cylindrical-coordinate representation of color #F0351F: hue angle of 6.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0351F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 31 -
CMYK 0 0.78 0.87 0.06
HSL 6.32º 0.87% 0.53% -
HSV(B) 6.32º 0.87% 0.94% -
XYZ 37.46 21.17 3.41 -
YUV 106.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 240 53 31 0 0.78 0.87 0.06 6.32 0.87 0.53
Hex F0 35 1F 0 4E 57 6 6 57 35
Octal 360 65 37 0 116 127 6 6 127 65
Binary 11110000 110101 11111 0 1001110 1010111 110 110 1010111 110101

Color Harmonies of #F0351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0351F

Black with #F0351F

Text Example


Text Example

White with #F0351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0351F; }

 p { color: rgb(240,53,31); }

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

background-color css

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

 a { background-color: rgb(240,53,31); }

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

border-color css

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

 span { border-color: rgb(240,53,31); }

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