Html Css Color HEX #E1402F Cinnabar

📋 copy color: '#E1402F'

red 225 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #E1402F

Tints of Cinnabar #E1402F

RGB

 RED value IS 225 (88.28% from 255) = 66.96%

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 66.96%
G = 19.05%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1402F (or 0xE1402F) is known color: Cinnabar. HEX triplet: E1, 40 and 2F. RGB value is (225,64,47). Sum of RGB (Red+Green+Blue) = 225+64+47=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1402F is #1EBFD0. Grayscale: #6E6E6E. Windows color (decimal): -2015185 or 3096801. OLE color: 3096801.

HSL color Cylindrical-coordinate representation of color #E1402F: hue angle of 5.73º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1402F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 47 -
CMYK 0 0.72 0.79 0.12
HSL 5.73º 0.75% 0.53% -
HSV(B) 5.73º 0.79% 0.88% -
XYZ 33.4 19.88 4.77 -
YUV 110.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 225 64 47 0 0.72 0.79 0.12 5.73 0.75 0.53
Hex E1 40 2F 0 48 4F C 6 4B 35
Octal 341 100 57 0 110 117 14 6 113 65
Binary 11100001 1000000 101111 0 1001000 1001111 1100 110 1001011 110101

Color Harmonies of #E1402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1402F

Black with #E1402F

Text Example


Text Example

White with #E1402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1402F; }

 p { color: rgb(225,64,47); }

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

background-color css

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

 a { background-color: rgb(225,64,47); }

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

border-color css

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

 span { border-color: rgb(225,64,47); }

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