Html Css Color HEX #CD134E Crimson

📋 copy color: '#CD134E'

red 205 ◦ green 19 ◦ blue 78

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

Shades of Crimson #CD134E

Tints of Crimson #CD134E

RGB

 RED value IS 205 (80.47% from 255) = 67.88%

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 67.88%
G = 6.29%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD134E (or 0xCD134E) is known color: Crimson. HEX triplet: CD, 13 and 4E. RGB value is (205,19,78). Sum of RGB (Red+Green+Blue) = 205+19+78=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD134E is #32ECB1. Grayscale: #515151. Windows color (decimal): -3337394 or 5116877. OLE color: 5116877.

HSL color Cylindrical-coordinate representation of color #CD134E: hue angle of 340.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD134E is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 78 -
CMYK 0 0.91 0.62 0.20
HSL 340.97º 0.83% 0.44% -
HSV(B) 340.97º 0.91% 0.8% -
XYZ 26.78 13.99 8.5 -
YUV 81.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 205 19 78 0 0.91 0.62 0.20 340.97 0.83 0.44
Hex CD 13 4E 0 5B 3E 14 155 53 2C
Octal 315 23 116 0 133 76 24 525 123 54
Binary 11001101 10011 1001110 0 1011011 111110 10100 101010101 1010011 101100

Color Harmonies of #CD134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD134E

Black with #CD134E

Text Example


Text Example

White with #CD134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD134E; }

 p { color: rgb(205,19,78); }

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

background-color css

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

 a { background-color: rgb(205,19,78); }

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

border-color css

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

 span { border-color: rgb(205,19,78); }

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