Html Css Color HEX #ED2B04 Scarlet

📋 copy color: '#ED2B04'

red 237 ◦ green 43 ◦ blue 4

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

Shades of Scarlet #ED2B04

Tints of Scarlet #ED2B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 83.45%
G = 15.14%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2B04 (or 0xED2B04) is known color: Scarlet. HEX triplet: ED, 2B and 04. RGB value is (237,43,4). Sum of RGB (Red+Green+Blue) = 237+43+4=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2B04 is #12D4FB. Grayscale: #606060. Windows color (decimal): -1234172 or 273389. OLE color: 273389.

HSL color Cylindrical-coordinate representation of color #ED2B04: hue angle of 10.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED2B04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 43 4 -
CMYK 0 0.82 0.98 0.07
HSL 10.04º 0.97% 0.47% -
HSV(B) 10.04º 0.98% 0.93% -
XYZ 35.81 19.74 2.04 -
YUV 96.56 75.77 228.17 -
System Red Green Blue C M Y K H S L
Decimal 237 43 4 0 0.82 0.98 0.07 10.04 0.97 0.47
Hex ED 2B 4 0 52 62 7 A 61 2F
Octal 355 53 4 0 122 142 7 12 141 57
Binary 11101101 101011 100 0 1010010 1100010 111 1010 1100001 101111

Color Harmonies of #ED2B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B04

Black with #ED2B04

Text Example


Text Example

White with #ED2B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B04; }

 p { color: rgb(237,43,4); }

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

background-color css

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

 a { background-color: rgb(237,43,4); }

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

border-color css

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

 span { border-color: rgb(237,43,4); }

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