Html Css Color HEX #ED231D Scarlet

📋 copy color: '#ED231D'

red 237 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #ED231D

Tints of Scarlet #ED231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 78.74%
G = 11.63%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED231D (or 0xED231D) is known color: Scarlet. HEX triplet: ED, 23 and 1D. RGB value is (237,35,29). Sum of RGB (Red+Green+Blue) = 237+35+29=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED231D is #12DCE2. Grayscale: #5E5E5E. Windows color (decimal): -1236195 or 1909741. OLE color: 1909741.

HSL color Cylindrical-coordinate representation of color #ED231D: hue angle of 1.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED231D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 29 -
CMYK 0 0.85 0.88 0.07
HSL 1.73º 0.85% 0.52% -
HSV(B) 1.73º 0.88% 0.93% -
XYZ 35.75 19.3 3 -
YUV 94.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 237 35 29 0 0.85 0.88 0.07 1.73 0.85 0.52
Hex ED 23 1D 0 55 58 7 2 55 34
Octal 355 43 35 0 125 130 7 2 125 64
Binary 11101101 100011 11101 0 1010101 1011000 111 10 1010101 110100

Color Harmonies of #ED231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED231D

Black with #ED231D

Text Example


Text Example

White with #ED231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED231D; }

 p { color: rgb(237,35,29); }

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

background-color css

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

 a { background-color: rgb(237,35,29); }

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

border-color css

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

 span { border-color: rgb(237,35,29); }

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