Html Css Color HEX #EC2D06 Scarlet

📋 copy color: '#EC2D06'

red 236 ◦ green 45 ◦ blue 6

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

Shades of Scarlet #EC2D06

Tints of Scarlet #EC2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 6 (2.73% from 255) = 2.09%

R = 82.23%
G = 15.68%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2D06 (or 0xEC2D06) is known color: Scarlet. HEX triplet: EC, 2D and 06. RGB value is (236,45,6). Sum of RGB (Red+Green+Blue) = 236+45+6=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D06 is #13D2F9. Grayscale: #626262. Windows color (decimal): -1299194 or 404972. OLE color: 404972.

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

Color convert

RGB 236 45 6 -
CMYK 0 0.81 0.97 0.07
HSL 10.17º 0.95% 0.47% -
HSV(B) 10.17º 0.97% 0.93% -
XYZ 35.56 19.72 2.1 -
YUV 97.66 76.28 226.67 -
System Red Green Blue C M Y K H S L
Decimal 236 45 6 0 0.81 0.97 0.07 10.17 0.95 0.47
Hex EC 2D 6 0 51 61 7 A 5F 2F
Octal 354 55 6 0 121 141 7 12 137 57
Binary 11101100 101101 110 0 1010001 1100001 111 1010 1011111 101111

Color Harmonies of #EC2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D06

Black with #EC2D06

Text Example


Text Example

White with #EC2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D06; }

 p { color: rgb(236,45,6); }

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

background-color css

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

 a { background-color: rgb(236,45,6); }

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

border-color css

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

 span { border-color: rgb(236,45,6); }

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