Html Css Color HEX #ED2A02 Scarlet

📋 copy color: '#ED2A02'

red 237 ◦ green 42 ◦ blue 2

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

Shades of Scarlet #ED2A02

Tints of Scarlet #ED2A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

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

R = 84.34%
G = 14.95%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2A02 (or 0xED2A02) is known color: Scarlet. HEX triplet: ED, 2A and 02. RGB value is (237,42,2). Sum of RGB (Red+Green+Blue) = 237+42+2=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2A02 is #12D5FD. Grayscale: #606060. Windows color (decimal): -1234430 or 142061. OLE color: 142061.

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

Color convert

RGB 237 42 2 -
CMYK 0 0.82 0.99 0.07
HSL 10.21º 0.98% 0.47% -
HSV(B) 10.21º 0.99% 0.93% -
XYZ 35.76 19.66 1.97 -
YUV 95.75 75.1 228.75 -
System Red Green Blue C M Y K H S L
Decimal 237 42 2 0 0.82 0.99 0.07 10.21 0.98 0.47
Hex ED 2A 2 0 52 63 7 A 62 2F
Octal 355 52 2 0 122 143 7 12 142 57
Binary 11101101 101010 10 0 1010010 1100011 111 1010 1100010 101111

Color Harmonies of #ED2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A02

Black with #ED2A02

Text Example


Text Example

White with #ED2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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