Html Css Color HEX #ED210D Scarlet

📋 copy color: '#ED210D'

red 237 ◦ green 33 ◦ blue 13

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

Shades of Scarlet #ED210D

Tints of Scarlet #ED210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 83.75%
G = 11.66%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED210D (or 0xED210D) is known color: Scarlet. HEX triplet: ED, 21 and 0D. RGB value is (237,33,13). Sum of RGB (Red+Green+Blue) = 237+33+13=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210D is #12DEF2. Grayscale: #5C5C5C. Windows color (decimal): -1236723 or 860653. OLE color: 860653.

HSL color Cylindrical-coordinate representation of color #ED210D: hue angle of 5.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED210D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 13 -
CMYK 0 0.86 0.95 0.07
HSL 5.36º 0.9% 0.49% -
HSV(B) 5.36º 0.95% 0.93% -
XYZ 35.54 19.12 2.2 -
YUV 91.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 237 33 13 0 0.86 0.95 0.07 5.36 0.9 0.49
Hex ED 21 D 0 56 5F 7 5 5A 31
Octal 355 41 15 0 126 137 7 5 132 61
Binary 11101101 100001 1101 0 1010110 1011111 111 101 1011010 110001

Color Harmonies of #ED210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED210D

Black with #ED210D

Text Example


Text Example

White with #ED210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED210D; }

 p { color: rgb(237,33,13); }

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

background-color css

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

 a { background-color: rgb(237,33,13); }

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

border-color css

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

 span { border-color: rgb(237,33,13); }

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