Html Css Color HEX #E9164B Crimson

📋 copy color: '#E9164B'

red 233 ◦ green 22 ◦ blue 75

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

Shades of Crimson #E9164B

Tints of Crimson #E9164B

RGB

 RED value IS 233 (91.41% from 255) = 70.61%

 GREEN value IS 22 (8.98% from 255) = 6.67%

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 70.61%
G = 6.67%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9164B (or 0xE9164B) is known color: Crimson. HEX triplet: E9, 16 and 4B. RGB value is (233,22,75). Sum of RGB (Red+Green+Blue) = 233+22+75=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9164B is #16E9B4. Grayscale: #5B5B5B. Windows color (decimal): -1501621 or 4921065. OLE color: 4921065.

HSL color Cylindrical-coordinate representation of color #E9164B: hue angle of 344.93º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9164B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 22 75 -
CMYK 0 0.91 0.68 0.09
HSL 344.93º 0.83% 0.5% -
HSV(B) 344.93º 0.91% 0.91% -
XYZ 35.16 18.41 8.36 -
YUV 91.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 233 22 75 0 0.91 0.68 0.09 344.93 0.83 0.5
Hex E9 16 4B 0 5B 44 9 159 53 32
Octal 351 26 113 0 133 104 11 531 123 62
Binary 11101001 10110 1001011 0 1011011 1000100 1001 101011001 1010011 110010

Color Harmonies of #E9164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9164B

Black with #E9164B

Text Example


Text Example

White with #E9164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9164B; }

 p { color: rgb(233,22,75); }

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

background-color css

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

 a { background-color: rgb(233,22,75); }

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

border-color css

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

 span { border-color: rgb(233,22,75); }

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