Html Css Color HEX #EB1D1B Scarlet

📋 copy color: '#EB1D1B'

red 235 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #EB1D1B

Tints of Scarlet #EB1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 80.76%
G = 9.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB1D1B (or 0xEB1D1B) is known color: Scarlet. HEX triplet: EB, 1D and 1B. RGB value is (235,29,27). Sum of RGB (Red+Green+Blue) = 235+29+27=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D1B is #14E2E4. Grayscale: #5A5A5A. Windows color (decimal): -1368805 or 1777131. OLE color: 1777131.

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

Color convert

RGB 235 29 27 -
CMYK 0 0.88 0.89 0.08
HSL 0.58º 0.84% 0.51% -
HSV(B) 0.58º 0.89% 0.92% -
XYZ 34.9 18.62 2.79 -
YUV 90.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 235 29 27 0 0.88 0.89 0.08 0.58 0.84 0.51
Hex EB 1D 1B 0 58 59 8 1 54 33
Octal 353 35 33 0 130 131 10 1 124 63
Binary 11101011 11101 11011 0 1011000 1011001 1000 1 1010100 110011

Color Harmonies of #EB1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D1B

Black with #EB1D1B

Text Example


Text Example

White with #EB1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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