Html Css Color HEX #EB023C Crimson

📋 copy color: '#EB023C'

red 235 ◦ green 2 ◦ blue 60

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

Shades of Crimson #EB023C

Tints of Crimson #EB023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 79.12%
G = 0.67%
B = 20.2%

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

#EB023C (or 0xEB023C) is known color: Crimson. HEX triplet: EB, 02 and 3C. RGB value is (235,2,60). Sum of RGB (Red+Green+Blue) = 235+2+60=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB023C is #14FDC3. Grayscale: #4E4E4E. Windows color (decimal): -1375684 or 3932907. OLE color: 3932907.

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

Color convert

RGB 235 2 60 -
CMYK 0 0.99 0.74 0.08
HSL 345.06º 0.98% 0.46% -
HSV(B) 345.06º 0.99% 0.92% -
XYZ 35.1 18.03 5.91 -
YUV 78.28 117.69 239.78 -
System Red Green Blue C M Y K H S L
Decimal 235 2 60 0 0.99 0.74 0.08 345.06 0.98 0.46
Hex EB 2 3C 0 63 4A 8 159 62 2E
Octal 353 2 74 0 143 112 10 531 142 56
Binary 11101011 10 111100 0 1100011 1001010 1000 101011001 1100010 101110

Color Harmonies of #EB023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB023C

Black with #EB023C

Text Example


Text Example

White with #EB023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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