Html Css Color HEX #CD0033 Crimson

📋 copy color: '#CD0033'

red 205 ◦ green 0 ◦ blue 51

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

Shades of Crimson #CD0033

Tints of Crimson #CD0033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD0033 (or 0xCD0033) is known color: Crimson. HEX triplet: CD, 00 and 33. RGB value is (205,0,51). Sum of RGB (Red+Green+Blue) = 205+0+51=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0033 is #32FFCC. Grayscale: #434343. Windows color (decimal): -3342285 or 3342541. OLE color: 3342541.

HSL color Cylindrical-coordinate representation of color #CD0033: hue angle of 345.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0033 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 51 -
CMYK 0 1 0.75 0.20
HSL 345.07º 1% 0.4% -
HSV(B) 345.07º 1% 0.8% -
XYZ 25.77 13.22 4.32 -
YUV 67.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 205 0 51 0 1 0.75 0.20 345.07 1 0.4
Hex CD 0 33 0 64 4B 14 159 64 28
Octal 315 0 63 0 144 113 24 531 144 50
Binary 11001101 0 110011 0 1100100 1001011 10100 101011001 1100100 101000

Color Harmonies of #CD0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0033

Black with #CD0033

Text Example


Text Example

White with #CD0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0033; }

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

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

background-color css

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

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

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

border-color css

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

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

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