Html Css Color HEX #ED271D Scarlet

📋 copy color: '#ED271D'

red 237 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #ED271D

Tints of Scarlet #ED271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 77.7%
G = 12.79%
B = 9.51%

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

#ED271D (or 0xED271D) is known color: Scarlet. HEX triplet: ED, 27 and 1D. RGB value is (237,39,29). Sum of RGB (Red+Green+Blue) = 237+39+29=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED271D is #12D8E2. Grayscale: #616161. Windows color (decimal): -1235171 or 1910765. OLE color: 1910765.

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

Color convert

RGB 237 39 29 -
CMYK 0 0.84 0.88 0.07
HSL 2.88º 0.85% 0.52% -
HSV(B) 2.88º 0.88% 0.93% -
XYZ 35.87 19.54 3.04 -
YUV 97.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 237 39 29 0 0.84 0.88 0.07 2.88 0.85 0.52
Hex ED 27 1D 0 54 58 7 3 55 34
Octal 355 47 35 0 124 130 7 3 125 64
Binary 11101101 100111 11101 0 1010100 1011000 111 11 1010101 110100

Color Harmonies of #ED271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED271D

Black with #ED271D

Text Example


Text Example

White with #ED271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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