Html Css Color HEX #EC3F3E Cinnabar

📋 copy color: '#EC3F3E'

red 236 ◦ green 63 ◦ blue 62

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

Shades of Cinnabar #EC3F3E

Tints of Cinnabar #EC3F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 65.37%
G = 17.45%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC3F3E (or 0xEC3F3E) is known color: Cinnabar. HEX triplet: EC, 3F and 3E. RGB value is (236,63,62). Sum of RGB (Red+Green+Blue) = 236+63+62=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F3E is #13C0C1. Grayscale: #727272. Windows color (decimal): -1294530 or 4079596. OLE color: 4079596.

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

Color convert

RGB 236 63 62 -
CMYK 0 0.73 0.74 0.07
HSL 0.34º 0.82% 0.58% -
HSV(B) 0.34º 0.74% 0.93% -
XYZ 37.24 21.74 6.79 -
YUV 114.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 236 63 62 0 0.73 0.74 0.07 0.34 0.82 0.58
Hex EC 3F 3E 0 49 4A 7 0 52 3A
Octal 354 77 76 0 111 112 7 0 122 72
Binary 11101100 111111 111110 0 1001001 1001010 111 0 1010010 111010

Color Harmonies of #EC3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F3E

Black with #EC3F3E

Text Example


Text Example

White with #EC3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F3E; }

 p { color: rgb(236,63,62); }

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

background-color css

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

 a { background-color: rgb(236,63,62); }

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

border-color css

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

 span { border-color: rgb(236,63,62); }

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