Html Css Color HEX #CD0334 Crimson

📋 copy color: '#CD0334'

red 205 ◦ green 3 ◦ blue 52

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

Shades of Crimson #CD0334

Tints of Crimson #CD0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 78.85%
G = 1.15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD0334 (or 0xCD0334) is known color: Crimson. HEX triplet: CD, 03 and 34. RGB value is (205,3,52). Sum of RGB (Red+Green+Blue) = 205+3+52=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0334 is #32FCCB. Grayscale: #444444. Windows color (decimal): -3341516 or 3408845. OLE color: 3408845.

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

Color convert

RGB 205 3 52 -
CMYK 0 0.99 0.75 0.20
HSL 345.45º 0.97% 0.41% -
HSV(B) 345.45º 0.99% 0.8% -
XYZ 25.83 13.29 4.45 -
YUV 68.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 205 3 52 0 0.99 0.75 0.20 345.45 0.97 0.41
Hex CD 3 34 0 63 4B 14 159 61 29
Octal 315 3 64 0 143 113 24 531 141 51
Binary 11001101 11 110100 0 1100011 1001011 10100 101011001 1100001 101001

Color Harmonies of #CD0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0334

Black with #CD0334

Text Example


Text Example

White with #CD0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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