Html Css Color HEX #ED270F Scarlet

📋 copy color: '#ED270F'

red 237 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #ED270F

Tints of Scarlet #ED270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 81.44%
G = 13.4%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED270F (or 0xED270F) is known color: Scarlet. HEX triplet: ED, 27 and 0F. RGB value is (237,39,15). Sum of RGB (Red+Green+Blue) = 237+39+15=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED270F is #12D8F0. Grayscale: #5F5F5F. Windows color (decimal): -1235185 or 993261. OLE color: 993261.

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

Color convert

RGB 237 39 15 -
CMYK 0 0.84 0.94 0.07
HSL 6.49º 0.88% 0.49% -
HSV(B) 6.49º 0.94% 0.93% -
XYZ 35.74 19.49 2.33 -
YUV 95.47 82.6 228.95 -
System Red Green Blue C M Y K H S L
Decimal 237 39 15 0 0.84 0.94 0.07 6.49 0.88 0.49
Hex ED 27 F 0 54 5E 7 6 58 31
Octal 355 47 17 0 124 136 7 6 130 61
Binary 11101101 100111 1111 0 1010100 1011110 111 110 1011000 110001

Color Harmonies of #ED270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED270F

Black with #ED270F

Text Example


Text Example

White with #ED270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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