Html Css Color HEX #ED251D Scarlet

📋 copy color: '#ED251D'

red 237 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #ED251D

Tints of Scarlet #ED251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 78.22%
G = 12.21%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED251D (or 0xED251D) is known color: Scarlet. HEX triplet: ED, 25 and 1D. RGB value is (237,37,29). Sum of RGB (Red+Green+Blue) = 237+37+29=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED251D is #12DAE2. Grayscale: #606060. Windows color (decimal): -1235683 or 1910253. OLE color: 1910253.

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

Color convert

RGB 237 37 29 -
CMYK 0 0.84 0.88 0.07
HSL 2.31º 0.85% 0.52% -
HSV(B) 2.31º 0.88% 0.93% -
XYZ 35.81 19.42 3.02 -
YUV 95.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 237 37 29 0 0.84 0.88 0.07 2.31 0.85 0.52
Hex ED 25 1D 0 54 58 7 2 55 34
Octal 355 45 35 0 124 130 7 2 125 64
Binary 11101101 100101 11101 0 1010100 1011000 111 10 1010101 110100

Color Harmonies of #ED251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED251D

Black with #ED251D

Text Example


Text Example

White with #ED251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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