Html Css Color HEX #CD0C41 Crimson

📋 copy color: '#CD0C41'

red 205 ◦ green 12 ◦ blue 65

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

Shades of Crimson #CD0C41

Tints of Crimson #CD0C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 72.7%
G = 4.26%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD0C41 (or 0xCD0C41) is known color: Crimson. HEX triplet: CD, 0C and 41. RGB value is (205,12,65). Sum of RGB (Red+Green+Blue) = 205+12+65=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C41 is #32F3BE. Grayscale: #4B4B4B. Windows color (decimal): -3339199 or 4263117. OLE color: 4263117.

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

Color convert

RGB 205 12 65 -
CMYK 0 0.94 0.68 0.20
HSL 343.52º 0.89% 0.43% -
HSV(B) 343.52º 0.94% 0.8% -
XYZ 26.26 13.62 6.25 -
YUV 75.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 205 12 65 0 0.94 0.68 0.20 343.52 0.89 0.43
Hex CD C 41 0 5E 44 14 158 59 2B
Octal 315 14 101 0 136 104 24 530 131 53
Binary 11001101 1100 1000001 0 1011110 1000100 10100 101011000 1011001 101011

Color Harmonies of #CD0C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C41

Black with #CD0C41

Text Example


Text Example

White with #CD0C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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