Html Css Color HEX #EB023F Crimson

📋 copy color: '#EB023F'

red 235 ◦ green 2 ◦ blue 63

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

Shades of Crimson #EB023F

Tints of Crimson #EB023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 78.33%
G = 0.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB023F (or 0xEB023F) is known color: Crimson. HEX triplet: EB, 02 and 3F. RGB value is (235,2,63). Sum of RGB (Red+Green+Blue) = 235+2+63=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB023F is #14FDC0. Grayscale: #4E4E4E. Windows color (decimal): -1375681 or 4129515. OLE color: 4129515.

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

Color convert

RGB 235 2 63 -
CMYK 0 0.99 0.73 0.08
HSL 344.29º 0.98% 0.46% -
HSV(B) 344.29º 0.99% 0.92% -
XYZ 35.18 18.06 6.34 -
YUV 78.62 119.19 239.54 -
System Red Green Blue C M Y K H S L
Decimal 235 2 63 0 0.99 0.73 0.08 344.29 0.98 0.46
Hex EB 2 3F 0 63 49 8 158 62 2E
Octal 353 2 77 0 143 111 10 530 142 56
Binary 11101011 10 111111 0 1100011 1001001 1000 101011000 1100010 101110

Color Harmonies of #EB023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB023F

Black with #EB023F

Text Example


Text Example

White with #EB023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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