Html Css Color HEX #EC2805 Scarlet

📋 copy color: '#EC2805'

red 236 ◦ green 40 ◦ blue 5

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

Shades of Scarlet #EC2805

Tints of Scarlet #EC2805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 83.99%
G = 14.23%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2805 (or 0xEC2805) is known color: Scarlet. HEX triplet: EC, 28 and 05. RGB value is (236,40,5). Sum of RGB (Red+Green+Blue) = 236+40+5=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2805 is #13D7FA. Grayscale: #5E5E5E. Windows color (decimal): -1300475 or 338156. OLE color: 338156.

HSL color Cylindrical-coordinate representation of color #EC2805: hue angle of 9.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC2805 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 40 5 -
CMYK 0 0.83 0.98 0.07
HSL 9.09º 0.96% 0.47% -
HSV(B) 9.09º 0.98% 0.93% -
XYZ 35.38 19.36 2.02 -
YUV 94.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 236 40 5 0 0.83 0.98 0.07 9.09 0.96 0.47
Hex EC 28 5 0 53 62 7 9 60 2F
Octal 354 50 5 0 123 142 7 11 140 57
Binary 11101100 101000 101 0 1010011 1100010 111 1001 1100000 101111

Color Harmonies of #EC2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2805

Black with #EC2805

Text Example


Text Example

White with #EC2805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2805; }

 p { color: rgb(236,40,5); }

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

background-color css

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

 a { background-color: rgb(236,40,5); }

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

border-color css

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

 span { border-color: rgb(236,40,5); }

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