Html Css Color HEX #F0351A Cinnabar

📋 copy color: '#F0351A'

red 240 ◦ green 53 ◦ blue 26

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

Shades of Cinnabar #F0351A

Tints of Cinnabar #F0351A

RGB

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

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

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

R = 75.24%
G = 16.61%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0351A (or 0xF0351A) is known color: Cinnabar. HEX triplet: F0, 35 and 1A. RGB value is (240,53,26). Sum of RGB (Red+Green+Blue) = 240+53+26=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0351A is #0FCAE5. Grayscale: #6A6A6A. Windows color (decimal): -1034982 or 1717744. OLE color: 1717744.

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

Color convert

RGB 240 53 26 -
CMYK 0 0.78 0.89 0.06
HSL 7.57º 0.88% 0.52% -
HSV(B) 7.57º 0.89% 0.94% -
XYZ 37.39 21.15 3.09 -
YUV 105.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 240 53 26 0 0.78 0.89 0.06 7.57 0.88 0.52
Hex F0 35 1A 0 4E 59 6 8 58 34
Octal 360 65 32 0 116 131 6 10 130 64
Binary 11110000 110101 11010 0 1001110 1011001 110 1000 1011000 110100

Color Harmonies of #F0351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0351A

Black with #F0351A

Text Example


Text Example

White with #F0351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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