Html Css Color HEX #EB063C Crimson

📋 copy color: '#EB063C'

red 235 ◦ green 6 ◦ blue 60

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

Shades of Crimson #EB063C

Tints of Crimson #EB063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 78.07%
G = 1.99%
B = 19.93%

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

#EB063C (or 0xEB063C) is known color: Crimson. HEX triplet: EB, 06 and 3C. RGB value is (235,6,60). Sum of RGB (Red+Green+Blue) = 235+6+60=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB063C is #14F9C3. Grayscale: #505050. Windows color (decimal): -1374660 or 3933931. OLE color: 3933931.

HSL color Cylindrical-coordinate representation of color #EB063C: hue angle of 345.85º degrees, saturation: 0.95, 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 #EB063C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 6 60 -
CMYK 0 0.97 0.74 0.08
HSL 345.85º 0.95% 0.47% -
HSV(B) 345.85º 0.97% 0.92% -
XYZ 35.14 18.12 5.92 -
YUV 80.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 235 6 60 0 0.97 0.74 0.08 345.85 0.95 0.47
Hex EB 6 3C 0 61 4A 8 15A 5F 2F
Octal 353 6 74 0 141 112 10 532 137 57
Binary 11101011 110 111100 0 1100001 1001010 1000 101011010 1011111 101111

Color Harmonies of #EB063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB063C

Black with #EB063C

Text Example


Text Example

White with #EB063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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