Html Css Color HEX #EC4341 Cinnabar

📋 copy color: '#EC4341'

red 236 ◦ green 67 ◦ blue 65

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

Shades of Cinnabar #EC4341

Tints of Cinnabar #EC4341

RGB

 RED value IS 236 (92.58% from 255) = 64.13%

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 64.13%
G = 18.21%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4341 (or 0xEC4341) is known color: Cinnabar. HEX triplet: EC, 43 and 41. RGB value is (236,67,65). Sum of RGB (Red+Green+Blue) = 236+67+65=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4341 is #13BCBE. Grayscale: #757575. Windows color (decimal): -1293503 or 4277228. OLE color: 4277228.

HSL color Cylindrical-coordinate representation of color #EC4341: hue angle of 0.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4341 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 67 65 -
CMYK 0 0.72 0.72 0.07
HSL 0.7º 0.82% 0.59% -
HSV(B) 0.7º 0.72% 0.93% -
XYZ 37.55 22.23 7.31 -
YUV 117.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 236 67 65 0 0.72 0.72 0.07 0.7 0.82 0.59
Hex EC 43 41 0 48 48 7 1 52 3B
Octal 354 103 101 0 110 110 7 1 122 73
Binary 11101100 1000011 1000001 0 1001000 1001000 111 1 1010010 111011

Color Harmonies of #EC4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4341

Black with #EC4341

Text Example


Text Example

White with #EC4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4341; }

 p { color: rgb(236,67,65); }

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

background-color css

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

 a { background-color: rgb(236,67,65); }

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

border-color css

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

 span { border-color: rgb(236,67,65); }

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