Html Css Color HEX #ED270C Scarlet

📋 copy color: '#ED270C'

red 237 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #ED270C

Tints of Scarlet #ED270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 82.29%
G = 13.54%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED270C (or 0xED270C) is known color: Scarlet. HEX triplet: ED, 27 and 0C. RGB value is (237,39,12). Sum of RGB (Red+Green+Blue) = 237+39+12=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED270C is #12D8F3. Grayscale: #5F5F5F. Windows color (decimal): -1235188 or 796653. OLE color: 796653.

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

Color convert

RGB 237 39 12 -
CMYK 0 0.84 0.95 0.07
HSL 7.2º 0.9% 0.49% -
HSV(B) 7.2º 0.95% 0.93% -
XYZ 35.72 19.48 2.23 -
YUV 95.12 81.1 229.2 -
System Red Green Blue C M Y K H S L
Decimal 237 39 12 0 0.84 0.95 0.07 7.2 0.9 0.49
Hex ED 27 C 0 54 5F 7 7 5A 31
Octal 355 47 14 0 124 137 7 7 132 61
Binary 11101101 100111 1100 0 1010100 1011111 111 111 1011010 110001

Color Harmonies of #ED270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED270C

Black with #ED270C

Text Example


Text Example

White with #ED270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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