Html Css Color HEX #E6352F Cinnabar

📋 copy color: '#E6352F'

red 230 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #E6352F

Tints of Cinnabar #E6352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 69.7%
G = 16.06%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6352F (or 0xE6352F) is known color: Cinnabar. HEX triplet: E6, 35 and 2F. RGB value is (230,53,47). Sum of RGB (Red+Green+Blue) = 230+53+47=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6352F is #19CAD0. Grayscale: #696969. Windows color (decimal): -1690321 or 3093990. OLE color: 3093990.

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

Color convert

RGB 230 53 47 -
CMYK 0 0.77 0.80 0.10
HSL 1.97º 0.79% 0.54% -
HSV(B) 1.97º 0.8% 0.9% -
XYZ 34.42 19.57 4.65 -
YUV 105.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 230 53 47 0 0.77 0.80 0.10 1.97 0.79 0.54
Hex E6 35 2F 0 4D 50 A 2 4F 36
Octal 346 65 57 0 115 120 12 2 117 66
Binary 11100110 110101 101111 0 1001101 1010000 1010 10 1001111 110110

Color Harmonies of #E6352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6352F

Black with #E6352F

Text Example


Text Example

White with #E6352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6352F; }

 p { color: rgb(230,53,47); }

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

background-color css

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

 a { background-color: rgb(230,53,47); }

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

border-color css

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

 span { border-color: rgb(230,53,47); }

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