Html Css Color HEX #F0351B Cinnabar

📋 copy color: '#F0351B'

red 240 ◦ green 53 ◦ blue 27

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

Shades of Cinnabar #F0351B

Tints of Cinnabar #F0351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 75%
G = 16.56%
B = 8.44%

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

#F0351B (or 0xF0351B) is known color: Cinnabar. HEX triplet: F0, 35 and 1B. RGB value is (240,53,27). Sum of RGB (Red+Green+Blue) = 240+53+27=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0351B is #0FCAE4. Grayscale: #6A6A6A. Windows color (decimal): -1034981 or 1783280. OLE color: 1783280.

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

Color convert

RGB 240 53 27 -
CMYK 0 0.78 0.89 0.06
HSL 7.32º 0.88% 0.52% -
HSV(B) 7.32º 0.89% 0.94% -
XYZ 37.41 21.15 3.15 -
YUV 105.95 83.45 223.61 -
System Red Green Blue C M Y K H S L
Decimal 240 53 27 0 0.78 0.89 0.06 7.32 0.88 0.52
Hex F0 35 1B 0 4E 59 6 7 58 34
Octal 360 65 33 0 116 131 6 7 130 64
Binary 11110000 110101 11011 0 1001110 1011001 110 111 1011000 110100

Color Harmonies of #F0351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0351B

Black with #F0351B

Text Example


Text Example

White with #F0351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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