Html Css Color HEX #CD0341 Crimson

📋 copy color: '#CD0341'

red 205 ◦ green 3 ◦ blue 65

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

Shades of Crimson #CD0341

Tints of Crimson #CD0341

RGB

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

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

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

R = 75.09%
G = 1.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0341 (or 0xCD0341) is known color: Crimson. HEX triplet: CD, 03 and 41. RGB value is (205,3,65). Sum of RGB (Red+Green+Blue) = 205+3+65=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0341 is #32FCBE. Grayscale: #464646. Windows color (decimal): -3341503 or 4260813. OLE color: 4260813.

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

Color convert

RGB 205 3 65 -
CMYK 0 0.99 0.68 0.20
HSL 341.58º 0.97% 0.41% -
HSV(B) 341.58º 0.99% 0.8% -
XYZ 26.16 13.43 6.21 -
YUV 70.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 205 3 65 0 0.99 0.68 0.20 341.58 0.97 0.41
Hex CD 3 41 0 63 44 14 156 61 29
Octal 315 3 101 0 143 104 24 526 141 51
Binary 11001101 11 1000001 0 1100011 1000100 10100 101010110 1100001 101001

Color Harmonies of #CD0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0341

Black with #CD0341

Text Example


Text Example

White with #CD0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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