Html Css Color HEX #CD134C Crimson

📋 copy color: '#CD134C'

red 205 ◦ green 19 ◦ blue 76

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

Shades of Crimson #CD134C

Tints of Crimson #CD134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 68.33%
G = 6.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD134C (or 0xCD134C) is known color: Crimson. HEX triplet: CD, 13 and 4C. RGB value is (205,19,76). Sum of RGB (Red+Green+Blue) = 205+19+76=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD134C is #32ECB3. Grayscale: #515151. Windows color (decimal): -3337396 or 4985805. OLE color: 4985805.

HSL color Cylindrical-coordinate representation of color #CD134C: hue angle of 341.61º 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 #CD134C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 76 -
CMYK 0 0.91 0.63 0.20
HSL 341.61º 0.83% 0.44% -
HSV(B) 341.61º 0.91% 0.8% -
XYZ 26.71 13.97 8.13 -
YUV 81.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 205 19 76 0 0.91 0.63 0.20 341.61 0.83 0.44
Hex CD 13 4C 0 5B 3F 14 156 53 2C
Octal 315 23 114 0 133 77 24 526 123 54
Binary 11001101 10011 1001100 0 1011011 111111 10100 101010110 1010011 101100

Color Harmonies of #CD134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD134C

Black with #CD134C

Text Example


Text Example

White with #CD134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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