Html Css Color HEX #CD0336 Crimson

📋 copy color: '#CD0336'

red 205 ◦ green 3 ◦ blue 54

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

Shades of Crimson #CD0336

Tints of Crimson #CD0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 78.24%
G = 1.15%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD0336 (or 0xCD0336) is known color: Crimson. HEX triplet: CD, 03 and 36. RGB value is (205,3,54). Sum of RGB (Red+Green+Blue) = 205+3+54=262 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.24% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0336 is #32FCC9. Grayscale: #454545. Windows color (decimal): -3341514 or 3539917. OLE color: 3539917.

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

Color convert

RGB 205 3 54 -
CMYK 0 0.99 0.74 0.20
HSL 344.85º 0.97% 0.41% -
HSV(B) 344.85º 0.99% 0.8% -
XYZ 25.88 13.31 4.7 -
YUV 69.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 205 3 54 0 0.99 0.74 0.20 344.85 0.97 0.41
Hex CD 3 36 0 63 4A 14 159 61 29
Octal 315 3 66 0 143 112 24 531 141 51
Binary 11001101 11 110110 0 1100011 1001010 10100 101011001 1100001 101001

Color Harmonies of #CD0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0336

Black with #CD0336

Text Example


Text Example

White with #CD0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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