Html Css Color HEX #EC423F Cinnabar

📋 copy color: '#EC423F'

red 236 ◦ green 66 ◦ blue 63

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

Shades of Cinnabar #EC423F

Tints of Cinnabar #EC423F

RGB

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

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

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

R = 64.66%
G = 18.08%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC423F (or 0xEC423F) is known color: Cinnabar. HEX triplet: EC, 42 and 3F. RGB value is (236,66,63). Sum of RGB (Red+Green+Blue) = 236+66+63=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC423F is #13BDC0. Grayscale: #747474. Windows color (decimal): -1293761 or 4145900. OLE color: 4145900.

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

Color convert

RGB 236 66 63 -
CMYK 0 0.72 0.73 0.07
HSL 1.04º 0.82% 0.59% -
HSV(B) 1.04º 0.73% 0.93% -
XYZ 37.44 22.09 6.99 -
YUV 116.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 236 66 63 0 0.72 0.73 0.07 1.04 0.82 0.59
Hex EC 42 3F 0 48 49 7 1 52 3B
Octal 354 102 77 0 110 111 7 1 122 73
Binary 11101100 1000010 111111 0 1001000 1001001 111 1 1010010 111011

Color Harmonies of #EC423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC423F

Black with #EC423F

Text Example


Text Example

White with #EC423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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