Html Css Color HEX #ED271E Scarlet

📋 copy color: '#ED271E'

red 237 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #ED271E

Tints of Scarlet #ED271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 77.45%
G = 12.75%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED271E (or 0xED271E) is known color: Scarlet. HEX triplet: ED, 27 and 1E. RGB value is (237,39,30). Sum of RGB (Red+Green+Blue) = 237+39+30=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED271E is #12D8E1. Grayscale: #616161. Windows color (decimal): -1235170 or 1976301. OLE color: 1976301.

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

Color convert

RGB 237 39 30 -
CMYK 0 0.84 0.87 0.07
HSL 2.61º 0.85% 0.52% -
HSV(B) 2.61º 0.87% 0.93% -
XYZ 35.88 19.55 3.11 -
YUV 97.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 237 39 30 0 0.84 0.87 0.07 2.61 0.85 0.52
Hex ED 27 1E 0 54 57 7 3 55 34
Octal 355 47 36 0 124 127 7 3 125 64
Binary 11101101 100111 11110 0 1010100 1010111 111 11 1010101 110100

Color Harmonies of #ED271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED271E

Black with #ED271E

Text Example


Text Example

White with #ED271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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