Html Css Color HEX #EB033C Crimson

📋 copy color: '#EB033C'

red 235 ◦ green 3 ◦ blue 60

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

Shades of Crimson #EB033C

Tints of Crimson #EB033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 78.86%
G = 1.01%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB033C (or 0xEB033C) is known color: Crimson. HEX triplet: EB, 03 and 3C. RGB value is (235,3,60). Sum of RGB (Red+Green+Blue) = 235+3+60=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB033C is #14FCC3. Grayscale: #4E4E4E. Windows color (decimal): -1375428 or 3933163. OLE color: 3933163.

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

Color convert

RGB 235 3 60 -
CMYK 0 0.99 0.74 0.08
HSL 345.26º 0.97% 0.47% -
HSV(B) 345.26º 0.99% 0.92% -
XYZ 35.11 18.05 5.91 -
YUV 78.87 117.36 239.37 -
System Red Green Blue C M Y K H S L
Decimal 235 3 60 0 0.99 0.74 0.08 345.26 0.97 0.47
Hex EB 3 3C 0 63 4A 8 159 61 2F
Octal 353 3 74 0 143 112 10 531 141 57
Binary 11101011 11 111100 0 1100011 1001010 1000 101011001 1100001 101111

Color Harmonies of #EB033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB033C

Black with #EB033C

Text Example


Text Example

White with #EB033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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