Html Css Color HEX #CD1345 Crimson

📋 copy color: '#CD1345'

red 205 ◦ green 19 ◦ blue 69

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

Shades of Crimson #CD1345

Tints of Crimson #CD1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 69.97%
G = 6.48%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD1345 (or 0xCD1345) is known color: Crimson. HEX triplet: CD, 13 and 45. RGB value is (205,19,69). Sum of RGB (Red+Green+Blue) = 205+19+69=293 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.97% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1345 is #32ECBA. Grayscale: #505050. Windows color (decimal): -3337403 or 4527053. OLE color: 4527053.

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

Color convert

RGB 205 19 69 -
CMYK 0 0.91 0.66 0.20
HSL 343.87º 0.83% 0.44% -
HSV(B) 343.87º 0.91% 0.8% -
XYZ 26.48 13.87 6.91 -
YUV 80.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 205 19 69 0 0.91 0.66 0.20 343.87 0.83 0.44
Hex CD 13 45 0 5B 42 14 158 53 2C
Octal 315 23 105 0 133 102 24 530 123 54
Binary 11001101 10011 1000101 0 1011011 1000010 10100 101011000 1010011 101100

Color Harmonies of #CD1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1345

Black with #CD1345

Text Example


Text Example

White with #CD1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1345; }

 p { color: rgb(205,19,69); }

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

background-color css

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

 a { background-color: rgb(205,19,69); }

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

border-color css

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

 span { border-color: rgb(205,19,69); }

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