Html Css Color HEX #EB1D12 Scarlet

📋 copy color: '#EB1D12'

red 235 ◦ green 29 ◦ blue 18

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

Shades of Scarlet #EB1D12

Tints of Scarlet #EB1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 83.33%
G = 10.28%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB1D12 (or 0xEB1D12) is known color: Scarlet. HEX triplet: EB, 1D and 12. RGB value is (235,29,18). Sum of RGB (Red+Green+Blue) = 235+29+18=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1D12 is #14E2ED. Grayscale: #595959. Windows color (decimal): -1368814 or 1187307. OLE color: 1187307.

HSL color Cylindrical-coordinate representation of color #EB1D12: hue angle of 3.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1D12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 18 -
CMYK 0 0.88 0.92 0.08
HSL 3.04º 0.86% 0.5% -
HSV(B) 3.04º 0.92% 0.92% -
XYZ 34.81 18.58 2.32 -
YUV 89.34 87.75 231.89 -
System Red Green Blue C M Y K H S L
Decimal 235 29 18 0 0.88 0.92 0.08 3.04 0.86 0.5
Hex EB 1D 12 0 58 5C 8 3 56 32
Octal 353 35 22 0 130 134 10 3 126 62
Binary 11101011 11101 10010 0 1011000 1011100 1000 11 1010110 110010

Color Harmonies of #EB1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D12

Black with #EB1D12

Text Example


Text Example

White with #EB1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D12; }

 p { color: rgb(235,29,18); }

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

background-color css

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

 a { background-color: rgb(235,29,18); }

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

border-color css

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

 span { border-color: rgb(235,29,18); }

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