Html Css Color HEX #EC381E Cinnabar

📋 copy color: '#EC381E'

red 236 ◦ green 56 ◦ blue 30

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

Shades of Cinnabar #EC381E

Tints of Cinnabar #EC381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 73.29%
G = 17.39%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC381E (or 0xEC381E) is known color: Cinnabar. HEX triplet: EC, 38 and 1E. RGB value is (236,56,30). Sum of RGB (Red+Green+Blue) = 236+56+30=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC381E is #13C7E1. Grayscale: #6B6B6B. Windows color (decimal): -1296354 or 1980652. OLE color: 1980652.

HSL color Cylindrical-coordinate representation of color #EC381E: hue angle of 7.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC381E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 30 -
CMYK 0 0.76 0.87 0.07
HSL 7.57º 0.84% 0.52% -
HSV(B) 7.57º 0.87% 0.93% -
XYZ 36.24 20.75 3.32 -
YUV 106.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 236 56 30 0 0.76 0.87 0.07 7.57 0.84 0.52
Hex EC 38 1E 0 4C 57 7 8 54 34
Octal 354 70 36 0 114 127 7 10 124 64
Binary 11101100 111000 11110 0 1001100 1010111 111 1000 1010100 110100

Color Harmonies of #EC381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC381E

Black with #EC381E

Text Example


Text Example

White with #EC381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC381E; }

 p { color: rgb(236,56,30); }

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

background-color css

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

 a { background-color: rgb(236,56,30); }

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

border-color css

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

 span { border-color: rgb(236,56,30); }

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