Html Css Color HEX #CD0946 Crimson

📋 copy color: '#CD0946'

red 205 ◦ green 9 ◦ blue 70

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

Shades of Crimson #CD0946

Tints of Crimson #CD0946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 72.18%
G = 3.17%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD0946 (or 0xCD0946) is known color: Crimson. HEX triplet: CD, 09 and 46. RGB value is (205,9,70). Sum of RGB (Red+Green+Blue) = 205+9+70=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0946 is #32F6B9. Grayscale: #4A4A4A. Windows color (decimal): -3339962 or 4590029. OLE color: 4590029.

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

Color convert

RGB 205 9 70 -
CMYK 0 0.96 0.66 0.20
HSL 341.33º 0.92% 0.42% -
HSV(B) 341.33º 0.96% 0.8% -
XYZ 26.38 13.62 7.03 -
YUV 74.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 205 9 70 0 0.96 0.66 0.20 341.33 0.92 0.42
Hex CD 9 46 0 60 42 14 155 5C 2A
Octal 315 11 106 0 140 102 24 525 134 52
Binary 11001101 1001 1000110 0 1100000 1000010 10100 101010101 1011100 101010

Color Harmonies of #CD0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0946

Black with #CD0946

Text Example


Text Example

White with #CD0946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0946; }

 p { color: rgb(205,9,70); }

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

background-color css

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

 a { background-color: rgb(205,9,70); }

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

border-color css

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

 span { border-color: rgb(205,9,70); }

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