Html Css Color HEX #EB251D Scarlet

📋 copy color: '#EB251D'

red 235 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #EB251D

Tints of Scarlet #EB251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 78.07%
G = 12.29%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB251D (or 0xEB251D) is known color: Scarlet. HEX triplet: EB, 25 and 1D. RGB value is (235,37,29). Sum of RGB (Red+Green+Blue) = 235+37+29=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB251D is #14DAE2. Grayscale: #5F5F5F. Windows color (decimal): -1366755 or 1910251. OLE color: 1910251.

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

Color convert

RGB 235 37 29 -
CMYK 0 0.84 0.88 0.08
HSL 2.33º 0.84% 0.52% -
HSV(B) 2.33º 0.88% 0.92% -
XYZ 35.14 19.07 2.99 -
YUV 95.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 235 37 29 0 0.84 0.88 0.08 2.33 0.84 0.52
Hex EB 25 1D 0 54 58 8 2 54 34
Octal 353 45 35 0 124 130 10 2 124 64
Binary 11101011 100101 11101 0 1010100 1011000 1000 10 1010100 110100

Color Harmonies of #EB251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB251D

Black with #EB251D

Text Example


Text Example

White with #EB251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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