Html Css Color HEX #EC483F Cinnabar

📋 copy color: '#EC483F'

red 236 ◦ green 72 ◦ blue 63

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

Shades of Cinnabar #EC483F

Tints of Cinnabar #EC483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 63.61%
G = 19.41%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC483F (or 0xEC483F) is known color: Cinnabar. HEX triplet: EC, 48 and 3F. RGB value is (236,72,63). Sum of RGB (Red+Green+Blue) = 236+72+63=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC483F is #13B7C0. Grayscale: #787878. Windows color (decimal): -1292225 or 4147436. OLE color: 4147436.

HSL color Cylindrical-coordinate representation of color #EC483F: hue angle of 3.12º 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 #EC483F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 63 -
CMYK 0 0.69 0.73 0.07
HSL 3.12º 0.82% 0.59% -
HSV(B) 3.12º 0.73% 0.93% -
XYZ 37.81 22.83 7.12 -
YUV 120.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 236 72 63 0 0.69 0.73 0.07 3.12 0.82 0.59
Hex EC 48 3F 0 45 49 7 3 52 3B
Octal 354 110 77 0 105 111 7 3 122 73
Binary 11101100 1001000 111111 0 1000101 1001001 111 11 1010010 111011

Color Harmonies of #EC483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC483F

Black with #EC483F

Text Example


Text Example

White with #EC483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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