Html Css Color HEX #E6421C Cinnabar

📋 copy color: '#E6421C'

red 230 ◦ green 66 ◦ blue 28

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

Shades of Cinnabar #E6421C

Tints of Cinnabar #E6421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 70.99%
G = 20.37%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6421C (or 0xE6421C) is known color: Cinnabar. HEX triplet: E6, 42 and 1C. RGB value is (230,66,28). Sum of RGB (Red+Green+Blue) = 230+66+28=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6421C is #19BDE3. Grayscale: #6F6F6F. Windows color (decimal): -1687012 or 1852134. OLE color: 1852134.

HSL color Cylindrical-coordinate representation of color #E6421C: hue angle of 11.29º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6421C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 28 -
CMYK 0 0.71 0.88 0.10
HSL 11.29º 0.8% 0.51% -
HSV(B) 11.29º 0.88% 0.9% -
XYZ 34.79 20.8 3.28 -
YUV 110.7 81.33 213.09 -
System Red Green Blue C M Y K H S L
Decimal 230 66 28 0 0.71 0.88 0.10 11.29 0.8 0.51
Hex E6 42 1C 0 47 58 A B 50 33
Octal 346 102 34 0 107 130 12 13 120 63
Binary 11100110 1000010 11100 0 1000111 1011000 1010 1011 1010000 110011

Color Harmonies of #E6421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6421C

Black with #E6421C

Text Example


Text Example

White with #E6421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6421C; }

 p { color: rgb(230,66,28); }

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

background-color css

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

 a { background-color: rgb(230,66,28); }

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

border-color css

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

 span { border-color: rgb(230,66,28); }

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