Html Css Color HEX #CD0841 Crimson

📋 copy color: '#CD0841'

red 205 ◦ green 8 ◦ blue 65

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

Shades of Crimson #CD0841

Tints of Crimson #CD0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 73.74%
G = 2.88%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0841 (or 0xCD0841) is known color: Crimson. HEX triplet: CD, 08 and 41. RGB value is (205,8,65). Sum of RGB (Red+Green+Blue) = 205+8+65=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0841 is #32F7BE. Grayscale: #494949. Windows color (decimal): -3340223 or 4262093. OLE color: 4262093.

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

Color convert

RGB 205 8 65 -
CMYK 0 0.96 0.68 0.20
HSL 342.64º 0.92% 0.42% -
HSV(B) 342.64º 0.96% 0.8% -
XYZ 26.22 13.53 6.23 -
YUV 73.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 205 8 65 0 0.96 0.68 0.20 342.64 0.92 0.42
Hex CD 8 41 0 60 44 14 157 5C 2A
Octal 315 10 101 0 140 104 24 527 134 52
Binary 11001101 1000 1000001 0 1100000 1000100 10100 101010111 1011100 101010

Color Harmonies of #CD0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0841

Black with #CD0841

Text Example


Text Example

White with #CD0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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