Html Css Color HEX #E6413F Cinnabar

📋 copy color: '#E6413F'

red 230 ◦ green 65 ◦ blue 63

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

Shades of Cinnabar #E6413F

Tints of Cinnabar #E6413F

RGB

 RED value IS 230 (90.23% from 255) = 64.25%

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 64.25%
G = 18.16%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6413F (or 0xE6413F) is known color: Cinnabar. HEX triplet: E6, 41 and 3F. RGB value is (230,65,63). Sum of RGB (Red+Green+Blue) = 230+65+63=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6413F is #19BEC0. Grayscale: #727272. Windows color (decimal): -1687233 or 4145638. OLE color: 4145638.

HSL color Cylindrical-coordinate representation of color #E6413F: hue angle of 0.72º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6413F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 65 63 -
CMYK 0 0.72 0.73 0.10
HSL 0.72º 0.77% 0.57% -
HSV(B) 0.72º 0.73% 0.9% -
XYZ 35.42 20.96 6.88 -
YUV 114.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 230 65 63 0 0.72 0.73 0.10 0.72 0.77 0.57
Hex E6 41 3F 0 48 49 A 1 4D 39
Octal 346 101 77 0 110 111 12 1 115 71
Binary 11100110 1000001 111111 0 1001000 1001001 1010 1 1001101 111001

Color Harmonies of #E6413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6413F

Black with #E6413F

Text Example


Text Example

White with #E6413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6413F; }

 p { color: rgb(230,65,63); }

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

background-color css

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

 a { background-color: rgb(230,65,63); }

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

border-color css

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

 span { border-color: rgb(230,65,63); }

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