Html Css Color HEX #CD0C33 Crimson

📋 copy color: '#CD0C33'

red 205 ◦ green 12 ◦ blue 51

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

Shades of Crimson #CD0C33

Tints of Crimson #CD0C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 76.49%
G = 4.48%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD0C33 (or 0xCD0C33) is known color: Crimson. HEX triplet: CD, 0C and 33. RGB value is (205,12,51). Sum of RGB (Red+Green+Blue) = 205+12+51=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C33 is #32F3CC. Grayscale: #4A4A4A. Windows color (decimal): -3339213 or 3345613. OLE color: 3345613.

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

Color convert

RGB 205 12 51 -
CMYK 0 0.94 0.75 0.20
HSL 347.88º 0.89% 0.43% -
HSV(B) 347.88º 0.94% 0.8% -
XYZ 25.91 13.48 4.37 -
YUV 74.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 205 12 51 0 0.94 0.75 0.20 347.88 0.89 0.43
Hex CD C 33 0 5E 4B 14 15C 59 2B
Octal 315 14 63 0 136 113 24 534 131 53
Binary 11001101 1100 110011 0 1011110 1001011 10100 101011100 1011001 101011

Color Harmonies of #CD0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C33

Black with #CD0C33

Text Example


Text Example

White with #CD0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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