Html Css Color HEX #EB2D0E Scarlet

📋 copy color: '#EB2D0E'

red 235 ◦ green 45 ◦ blue 14

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

Shades of Scarlet #EB2D0E

Tints of Scarlet #EB2D0E

RGB

 RED value IS 235 (92.19% from 255) = 79.93%

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 79.93%
G = 15.31%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB2D0E (or 0xEB2D0E) is known color: Scarlet. HEX triplet: EB, 2D and 0E. RGB value is (235,45,14). Sum of RGB (Red+Green+Blue) = 235+45+14=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D0E is #14D2F1. Grayscale: #626262. Windows color (decimal): -1364722 or 929259. OLE color: 929259.

HSL color Cylindrical-coordinate representation of color #EB2D0E: hue angle of 8.42º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB2D0E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 14 -
CMYK 0 0.81 0.94 0.08
HSL 8.42º 0.89% 0.49% -
HSV(B) 8.42º 0.94% 0.92% -
XYZ 35.28 19.57 2.33 -
YUV 98.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 235 45 14 0 0.81 0.94 0.08 8.42 0.89 0.49
Hex EB 2D E 0 51 5E 8 8 59 31
Octal 353 55 16 0 121 136 10 10 131 61
Binary 11101011 101101 1110 0 1010001 1011110 1000 1000 1011001 110001

Color Harmonies of #EB2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D0E

Black with #EB2D0E

Text Example


Text Example

White with #EB2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D0E; }

 p { color: rgb(235,45,14); }

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

background-color css

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

 a { background-color: rgb(235,45,14); }

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

border-color css

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

 span { border-color: rgb(235,45,14); }

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