Html Css Color HEX #CD0141 Crimson

📋 copy color: '#CD0141'

red 205 ◦ green 1 ◦ blue 65

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

Shades of Crimson #CD0141

Tints of Crimson #CD0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 75.65%
G = 0.37%
B = 23.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0141 (or 0xCD0141) is known color: Crimson. HEX triplet: CD, 01 and 41. RGB value is (205,1,65). Sum of RGB (Red+Green+Blue) = 205+1+65=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0141 is #32FEBE. Grayscale: #454545. Windows color (decimal): -3342015 or 4260301. OLE color: 4260301.

HSL color Cylindrical-coordinate representation of color #CD0141: hue angle of 341.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0141 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 65 -
CMYK 0 1.00 0.68 0.20
HSL 341.18º 0.99% 0.4% -
HSV(B) 341.18º 1% 0.8% -
XYZ 26.14 13.38 6.21 -
YUV 69.29 125.59 224.8 -
System Red Green Blue C M Y K H S L
Decimal 205 1 65 0 1.00 0.68 0.20 341.18 0.99 0.4
Hex CD 1 41 0 64 44 14 155 63 28
Octal 315 1 101 0 144 104 24 525 143 50
Binary 11001101 1 1000001 0 1100100 1000100 10100 101010101 1100011 101000

Color Harmonies of #CD0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0141

Black with #CD0141

Text Example


Text Example

White with #CD0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0141; }

 p { color: rgb(205,1,65); }

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

background-color css

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

 a { background-color: rgb(205,1,65); }

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

border-color css

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

 span { border-color: rgb(205,1,65); }

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