Html Css Color HEX #CD0039 Crimson

📋 copy color: '#CD0039'

red 205 ◦ green 0 ◦ blue 57

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

Shades of Crimson #CD0039

Tints of Crimson #CD0039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 78.24%
G = 0%
B = 21.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD0039 (or 0xCD0039) is known color: Crimson. HEX triplet: CD, 00 and 39. RGB value is (205,0,57). Sum of RGB (Red+Green+Blue) = 205+0+57=262 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.24% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0039 is #32FFC6. Grayscale: #434343. Windows color (decimal): -3342279 or 3735757. OLE color: 3735757.

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

Color convert

RGB 205 0 57 -
CMYK 0 1 0.72 0.20
HSL 343.32º 1% 0.4% -
HSV(B) 343.32º 1% 0.8% -
XYZ 25.92 13.27 5.07 -
YUV 67.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 205 0 57 0 1 0.72 0.20 343.32 1 0.4
Hex CD 0 39 0 64 48 14 157 64 28
Octal 315 0 71 0 144 110 24 527 144 50
Binary 11001101 0 111001 0 1100100 1001000 10100 101010111 1100100 101000

Color Harmonies of #CD0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0039

Black with #CD0039

Text Example


Text Example

White with #CD0039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0039; }

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

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

background-color css

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

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

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

border-color css

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

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

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