Html Css Color HEX #EB073C Crimson

📋 copy color: '#EB073C'

red 235 ◦ green 7 ◦ blue 60

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

Shades of Crimson #EB073C

Tints of Crimson #EB073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 77.81%
G = 2.32%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB073C (or 0xEB073C) is known color: Crimson. HEX triplet: EB, 07 and 3C. RGB value is (235,7,60). Sum of RGB (Red+Green+Blue) = 235+7+60=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB073C is #14F8C3. Grayscale: #515151. Windows color (decimal): -1374404 or 3934187. OLE color: 3934187.

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

Color convert

RGB 235 7 60 -
CMYK 0 0.97 0.74 0.08
HSL 346.05º 0.94% 0.47% -
HSV(B) 346.05º 0.97% 0.92% -
XYZ 35.15 18.14 5.92 -
YUV 81.21 116.04 237.69 -
System Red Green Blue C M Y K H S L
Decimal 235 7 60 0 0.97 0.74 0.08 346.05 0.94 0.47
Hex EB 7 3C 0 61 4A 8 15A 5E 2F
Octal 353 7 74 0 141 112 10 532 136 57
Binary 11101011 111 111100 0 1100001 1001010 1000 101011010 1011110 101111

Color Harmonies of #EB073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB073C

Black with #EB073C

Text Example


Text Example

White with #EB073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB073C; }

 p { color: rgb(235,7,60); }

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

background-color css

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

 a { background-color: rgb(235,7,60); }

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

border-color css

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

 span { border-color: rgb(235,7,60); }

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