Html Css Color HEX #EB0F40 Crimson

📋 copy color: '#EB0F40'

red 235 ◦ green 15 ◦ blue 64

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

Shades of Crimson #EB0F40

Tints of Crimson #EB0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 74.84%
G = 4.78%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB0F40 (or 0xEB0F40) is known color: Crimson. HEX triplet: EB, 0F and 40. RGB value is (235,15,64). Sum of RGB (Red+Green+Blue) = 235+15+64=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0F40 is #14F0BF. Grayscale: #565656. Windows color (decimal): -1372352 or 4198379. OLE color: 4198379.

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

Color convert

RGB 235 15 64 -
CMYK 0 0.94 0.73 0.08
HSL 346.64º 0.88% 0.49% -
HSV(B) 346.64º 0.94% 0.92% -
XYZ 35.36 18.37 6.53 -
YUV 86.37 115.39 234.02 -
System Red Green Blue C M Y K H S L
Decimal 235 15 64 0 0.94 0.73 0.08 346.64 0.88 0.49
Hex EB F 40 0 5E 49 8 15B 58 31
Octal 353 17 100 0 136 111 10 533 130 61
Binary 11101011 1111 1000000 0 1011110 1001001 1000 101011011 1011000 110001

Color Harmonies of #EB0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F40

Black with #EB0F40

Text Example


Text Example

White with #EB0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F40; }

 p { color: rgb(235,15,64); }

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

background-color css

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

 a { background-color: rgb(235,15,64); }

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

border-color css

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

 span { border-color: rgb(235,15,64); }

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