Html Css Color HEX #ED2802 Scarlet

📋 copy color: '#ED2802'

red 237 ◦ green 40 ◦ blue 2

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

Shades of Scarlet #ED2802

Tints of Scarlet #ED2802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 84.95%
G = 14.34%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2802 (or 0xED2802) is known color: Scarlet. HEX triplet: ED, 28 and 02. RGB value is (237,40,2). Sum of RGB (Red+Green+Blue) = 237+40+2=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2802 is #12D7FD. Grayscale: #5E5E5E. Windows color (decimal): -1234942 or 141549. OLE color: 141549.

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

Color convert

RGB 237 40 2 -
CMYK 0 0.83 0.99 0.07
HSL 9.7º 0.98% 0.47% -
HSV(B) 9.7º 0.99% 0.93% -
XYZ 35.69 19.53 1.95 -
YUV 94.57 75.77 229.59 -
System Red Green Blue C M Y K H S L
Decimal 237 40 2 0 0.83 0.99 0.07 9.7 0.98 0.47
Hex ED 28 2 0 53 63 7 A 62 2F
Octal 355 50 2 0 123 143 7 12 142 57
Binary 11101101 101000 10 0 1010011 1100011 111 1010 1100010 101111

Color Harmonies of #ED2802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2802

Black with #ED2802

Text Example


Text Example

White with #ED2802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2802; }

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

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

background-color css

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

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

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

border-color css

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

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

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