Html Css Color HEX #ED270B Scarlet

📋 copy color: '#ED270B'

red 237 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #ED270B

Tints of Scarlet #ED270B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 82.58%
G = 13.59%
B = 3.83%

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

#ED270B (or 0xED270B) is known color: Scarlet. HEX triplet: ED, 27 and 0B. RGB value is (237,39,11). Sum of RGB (Red+Green+Blue) = 237+39+11=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED270B is #12D8F4. Grayscale: #5F5F5F. Windows color (decimal): -1235189 or 731117. OLE color: 731117.

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

Color convert

RGB 237 39 11 -
CMYK 0 0.84 0.95 0.07
HSL 7.43º 0.91% 0.49% -
HSV(B) 7.43º 0.95% 0.93% -
XYZ 35.71 19.48 2.19 -
YUV 95.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 237 39 11 0 0.84 0.95 0.07 7.43 0.91 0.49
Hex ED 27 B 0 54 5F 7 7 5B 31
Octal 355 47 13 0 124 137 7 7 133 61
Binary 11101101 100111 1011 0 1010100 1011111 111 111 1011011 110001

Color Harmonies of #ED270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED270B

Black with #ED270B

Text Example


Text Example

White with #ED270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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