Html Css Color HEX #EB2904 Scarlet

📋 copy color: '#EB2904'

red 235 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #EB2904

Tints of Scarlet #EB2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 83.93%
G = 14.64%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB2904 (or 0xEB2904) is known color: Scarlet. HEX triplet: EB, 29 and 04. RGB value is (235,41,4). Sum of RGB (Red+Green+Blue) = 235+41+4=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2904 is #14D6FB. Grayscale: #5F5F5F. Windows color (decimal): -1365756 or 272875. OLE color: 272875.

HSL color Cylindrical-coordinate representation of color #EB2904: hue angle of 9.61º 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 #EB2904 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 4 -
CMYK 0 0.83 0.98 0.08
HSL 9.61º 0.97% 0.47% -
HSV(B) 9.61º 0.98% 0.92% -
XYZ 35.08 19.26 1.98 -
YUV 94.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 235 41 4 0 0.83 0.98 0.08 9.61 0.97 0.47
Hex EB 29 4 0 53 62 8 A 61 2F
Octal 353 51 4 0 123 142 10 12 141 57
Binary 11101011 101001 100 0 1010011 1100010 1000 1010 1100001 101111

Color Harmonies of #EB2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2904

Black with #EB2904

Text Example


Text Example

White with #EB2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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