Html Css Color HEX #CD0346 Crimson

📋 copy color: '#CD0346'

red 205 ◦ green 3 ◦ blue 70

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

Shades of Crimson #CD0346

Tints of Crimson #CD0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 73.74%
G = 1.08%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD0346 (or 0xCD0346) is known color: Crimson. HEX triplet: CD, 03 and 46. RGB value is (205,3,70). Sum of RGB (Red+Green+Blue) = 205+3+70=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0346 is #32FCB9. Grayscale: #464646. Windows color (decimal): -3341498 or 4588493. OLE color: 4588493.

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

Color convert

RGB 205 3 70 -
CMYK 0 0.99 0.66 0.20
HSL 340.1º 0.97% 0.41% -
HSV(B) 340.1º 0.99% 0.8% -
XYZ 26.31 13.49 7.01 -
YUV 71.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 205 3 70 0 0.99 0.66 0.20 340.1 0.97 0.41
Hex CD 3 46 0 63 42 14 154 61 29
Octal 315 3 106 0 143 102 24 524 141 51
Binary 11001101 11 1000110 0 1100011 1000010 10100 101010100 1100001 101001

Color Harmonies of #CD0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0346

Black with #CD0346

Text Example


Text Example

White with #CD0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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