Html Css Color HEX #EB320D Scarlet

📋 copy color: '#EB320D'

red 235 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #EB320D

Tints of Scarlet #EB320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 78.86%
G = 16.78%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB320D (or 0xEB320D) is known color: Scarlet. HEX triplet: EB, 32 and 0D. RGB value is (235,50,13). Sum of RGB (Red+Green+Blue) = 235+50+13=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB320D is #14CDF2. Grayscale: #656565. Windows color (decimal): -1363443 or 865003. OLE color: 865003.

HSL color Cylindrical-coordinate representation of color #EB320D: hue angle of 10º degrees, saturation: 0.9, 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 #EB320D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 13 -
CMYK 0 0.79 0.94 0.08
HSL 10º 0.9% 0.49% -
HSV(B) 10º 0.94% 0.92% -
XYZ 35.47 19.97 2.37 -
YUV 101.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 235 50 13 0 0.79 0.94 0.08 10 0.9 0.49
Hex EB 32 D 0 4F 5E 8 A 5A 31
Octal 353 62 15 0 117 136 10 12 132 61
Binary 11101011 110010 1101 0 1001111 1011110 1000 1010 1011010 110001

Color Harmonies of #EB320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB320D

Black with #EB320D

Text Example


Text Example

White with #EB320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB320D; }

 p { color: rgb(235,50,13); }

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

background-color css

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

 a { background-color: rgb(235,50,13); }

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

border-color css

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

 span { border-color: rgb(235,50,13); }

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