Html Css Color HEX #EB063D Crimson

📋 copy color: '#EB063D'

red 235 ◦ green 6 ◦ blue 61

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

Shades of Crimson #EB063D

Tints of Crimson #EB063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 77.81%
G = 1.99%
B = 20.2%

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

#EB063D (or 0xEB063D) is known color: Crimson. HEX triplet: EB, 06 and 3D. RGB value is (235,6,61). Sum of RGB (Red+Green+Blue) = 235+6+61=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB063D is #14F9C2. Grayscale: #505050. Windows color (decimal): -1374659 or 3999467. OLE color: 3999467.

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

Color convert

RGB 235 6 61 -
CMYK 0 0.97 0.74 0.08
HSL 345.59º 0.95% 0.47% -
HSV(B) 345.59º 0.97% 0.92% -
XYZ 35.17 18.13 6.06 -
YUV 80.74 116.87 238.03 -
System Red Green Blue C M Y K H S L
Decimal 235 6 61 0 0.97 0.74 0.08 345.59 0.95 0.47
Hex EB 6 3D 0 61 4A 8 15A 5F 2F
Octal 353 6 75 0 141 112 10 532 137 57
Binary 11101011 110 111101 0 1100001 1001010 1000 101011010 1011111 101111

Color Harmonies of #EB063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB063D

Black with #EB063D

Text Example


Text Example

White with #EB063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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