Html Css Color HEX #ED1602 Scarlet

📋 copy color: '#ED1602'

red 237 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #ED1602

Tints of Scarlet #ED1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 90.8%
G = 8.43%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1602 (or 0xED1602) is known color: Scarlet. HEX triplet: ED, 16 and 02. RGB value is (237,22,2). Sum of RGB (Red+Green+Blue) = 237+22+2=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1602 is #12E9FD. Grayscale: #545454. Windows color (decimal): -1239550 or 136941. OLE color: 136941.

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

Color convert

RGB 237 22 2 -
CMYK 0 0.91 0.99 0.07
HSL 5.11º 0.98% 0.47% -
HSV(B) 5.11º 0.99% 0.93% -
XYZ 35.22 18.58 1.79 -
YUV 84.01 81.73 237.13 -
System Red Green Blue C M Y K H S L
Decimal 237 22 2 0 0.91 0.99 0.07 5.11 0.98 0.47
Hex ED 16 2 0 5B 63 7 5 62 2F
Octal 355 26 2 0 133 143 7 5 142 57
Binary 11101101 10110 10 0 1011011 1100011 111 101 1100010 101111

Color Harmonies of #ED1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1602

Black with #ED1602

Text Example


Text Example

White with #ED1602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1602; }

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

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

background-color css

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

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

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

border-color css

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

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

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