Html Css Color HEX #ED3202 Scarlet

📋 copy color: '#ED3202'

red 237 ◦ green 50 ◦ blue 2

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

Shades of Scarlet #ED3202

Tints of Scarlet #ED3202

RGB

 RED value IS 237 (92.97% from 255) = 82.01%

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 82.01%
G = 17.3%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3202 (or 0xED3202) is known color: Scarlet. HEX triplet: ED, 32 and 02. RGB value is (237,50,2). Sum of RGB (Red+Green+Blue) = 237+50+2=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3202 is #12CDFD. Grayscale: #646464. Windows color (decimal): -1232382 or 144109. OLE color: 144109.

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

Color convert

RGB 237 50 2 -
CMYK 0 0.79 0.99 0.07
HSL 12.26º 0.98% 0.47% -
HSV(B) 12.26º 0.99% 0.93% -
XYZ 36.08 20.29 2.07 -
YUV 100.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 237 50 2 0 0.79 0.99 0.07 12.26 0.98 0.47
Hex ED 32 2 0 4F 63 7 C 62 2F
Octal 355 62 2 0 117 143 7 14 142 57
Binary 11101101 110010 10 0 1001111 1100011 111 1100 1100010 101111

Color Harmonies of #ED3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3202

Black with #ED3202

Text Example


Text Example

White with #ED3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3202; }

 p { color: rgb(237,50,2); }

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

background-color css

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

 a { background-color: rgb(237,50,2); }

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

border-color css

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

 span { border-color: rgb(237,50,2); }

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