Html Css Color HEX #ED1E02 Scarlet

📋 copy color: '#ED1E02'

red 237 ◦ green 30 ◦ blue 2

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

Shades of Scarlet #ED1E02

Tints of Scarlet #ED1E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

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

R = 88.1%
G = 11.15%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1E02 (or 0xED1E02) is known color: Scarlet. HEX triplet: ED, 1E and 02. RGB value is (237,30,2). Sum of RGB (Red+Green+Blue) = 237+30+2=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1E02 is #12E1FD. Grayscale: #595959. Windows color (decimal): -1237502 or 138989. OLE color: 138989.

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

Color convert

RGB 237 30 2 -
CMYK 0 0.87 0.99 0.07
HSL 7.15º 0.98% 0.47% -
HSV(B) 7.15º 0.99% 0.93% -
XYZ 35.4 18.94 1.85 -
YUV 88.7 79.08 233.78 -
System Red Green Blue C M Y K H S L
Decimal 237 30 2 0 0.87 0.99 0.07 7.15 0.98 0.47
Hex ED 1E 2 0 57 63 7 7 62 2F
Octal 355 36 2 0 127 143 7 7 142 57
Binary 11101101 11110 10 0 1010111 1100011 111 111 1100010 101111

Color Harmonies of #ED1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1E02

Black with #ED1E02

Text Example


Text Example

White with #ED1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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