Html Css Color HEX #CD0541 Crimson

📋 copy color: '#CD0541'

red 205 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CD0541

Tints of Crimson #CD0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 74.55%
G = 1.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0541 (or 0xCD0541) is known color: Crimson. HEX triplet: CD, 05 and 41. RGB value is (205,5,65). Sum of RGB (Red+Green+Blue) = 205+5+65=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0541 is #32FABE. Grayscale: #474747. Windows color (decimal): -3340991 or 4261325. OLE color: 4261325.

HSL color Cylindrical-coordinate representation of color #CD0541: hue angle of 342º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0541 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 65 -
CMYK 0 0.98 0.68 0.20
HSL 342º 0.95% 0.41% -
HSV(B) 342º 0.98% 0.8% -
XYZ 26.19 13.47 6.22 -
YUV 71.64 124.26 223.12 -
System Red Green Blue C M Y K H S L
Decimal 205 5 65 0 0.98 0.68 0.20 342 0.95 0.41
Hex CD 5 41 0 62 44 14 156 5F 29
Octal 315 5 101 0 142 104 24 526 137 51
Binary 11001101 101 1000001 0 1100010 1000100 10100 101010110 1011111 101001

Color Harmonies of #CD0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0541

Black with #CD0541

Text Example


Text Example

White with #CD0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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