Html Css Color HEX #F03E2E Cinnabar

📋 copy color: '#F03E2E'

red 240 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #F03E2E

Tints of Cinnabar #F03E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

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

R = 68.97%
G = 17.82%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F03E2E (or 0xF03E2E) is known color: Cinnabar. HEX triplet: F0, 3E and 2E. RGB value is (240,62,46). Sum of RGB (Red+Green+Blue) = 240+62+46=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E2E is #0FC1D1. Grayscale: #717171. Windows color (decimal): -1032658 or 3030768. OLE color: 3030768.

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

Color convert

RGB 240 62 46 -
CMYK 0 0.74 0.81 0.06
HSL 4.95º 0.87% 0.56% -
HSV(B) 4.95º 0.81% 0.94% -
XYZ 38.15 22.17 4.85 -
YUV 113.4 89.97 218.3 -
System Red Green Blue C M Y K H S L
Decimal 240 62 46 0 0.74 0.81 0.06 4.95 0.87 0.56
Hex F0 3E 2E 0 4A 51 6 5 57 38
Octal 360 76 56 0 112 121 6 5 127 70
Binary 11110000 111110 101110 0 1001010 1010001 110 101 1010111 111000

Color Harmonies of #F03E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E2E

Black with #F03E2E

Text Example


Text Example

White with #F03E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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