Html Css Color HEX #EB2D04 Scarlet

📋 copy color: '#EB2D04'

red 235 ◦ green 45 ◦ blue 4

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

Shades of Scarlet #EB2D04

Tints of Scarlet #EB2D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 82.75%
G = 15.85%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB2D04 (or 0xEB2D04) is known color: Scarlet. HEX triplet: EB, 2D and 04. RGB value is (235,45,4). Sum of RGB (Red+Green+Blue) = 235+45+4=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D04 is #14D2FB. Grayscale: #616161. Windows color (decimal): -1364732 or 273899. OLE color: 273899.

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

Color convert

RGB 235 45 4 -
CMYK 0 0.81 0.98 0.08
HSL 10.65º 0.97% 0.47% -
HSV(B) 10.65º 0.98% 0.92% -
XYZ 35.22 19.55 2.03 -
YUV 97.14 75.45 226.33 -
System Red Green Blue C M Y K H S L
Decimal 235 45 4 0 0.81 0.98 0.08 10.65 0.97 0.47
Hex EB 2D 4 0 51 62 8 B 61 2F
Octal 353 55 4 0 121 142 10 13 141 57
Binary 11101011 101101 100 0 1010001 1100010 1000 1011 1100001 101111

Color Harmonies of #EB2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D04

Black with #EB2D04

Text Example


Text Example

White with #EB2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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