Html Css Color HEX #F0412E Cinnabar

📋 copy color: '#F0412E'

red 240 ◦ green 65 ◦ blue 46

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

Shades of Cinnabar #F0412E

Tints of Cinnabar #F0412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 68.38%
G = 18.52%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0412E (or 0xF0412E) is known color: Cinnabar. HEX triplet: F0, 41 and 2E. RGB value is (240,65,46). Sum of RGB (Red+Green+Blue) = 240+65+46=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0412E is #0FBED1. Grayscale: #737373. Windows color (decimal): -1031890 or 3031536. OLE color: 3031536.

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

Color convert

RGB 240 65 46 -
CMYK 0 0.73 0.81 0.06
HSL 5.88º 0.87% 0.56% -
HSV(B) 5.88º 0.81% 0.94% -
XYZ 38.32 22.5 4.91 -
YUV 115.16 88.98 217.04 -
System Red Green Blue C M Y K H S L
Decimal 240 65 46 0 0.73 0.81 0.06 5.88 0.87 0.56
Hex F0 41 2E 0 49 51 6 6 57 38
Octal 360 101 56 0 111 121 6 6 127 70
Binary 11110000 1000001 101110 0 1001001 1010001 110 110 1010111 111000

Color Harmonies of #F0412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0412E

Black with #F0412E

Text Example


Text Example

White with #F0412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0412E; }

 p { color: rgb(240,65,46); }

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

background-color css

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

 a { background-color: rgb(240,65,46); }

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

border-color css

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

 span { border-color: rgb(240,65,46); }

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