Html Css Color HEX #CD334A Brick Red

📋 copy color: '#CD334A'

red 205 ◦ green 51 ◦ blue 74

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

Shades of Brick Red #CD334A

Tints of Brick Red #CD334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 62.12%
G = 15.45%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD334A (or 0xCD334A) is known color: Brick Red. HEX triplet: CD, 33 and 4A. RGB value is (205,51,74). Sum of RGB (Red+Green+Blue) = 205+51+74=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD334A is #32CCB5. Grayscale: #636363. Windows color (decimal): -3329206 or 4862925. OLE color: 4862925.

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

Color convert

RGB 205 51 74 -
CMYK 0 0.75 0.64 0.20
HSL 351.04º 0.61% 0.5% -
HSV(B) 351.04º 0.75% 0.8% -
XYZ 27.6 15.84 8.08 -
YUV 99.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 205 51 74 0 0.75 0.64 0.20 351.04 0.61 0.5
Hex CD 33 4A 0 4B 40 14 15F 3D 32
Octal 315 63 112 0 113 100 24 537 75 62
Binary 11001101 110011 1001010 0 1001011 1000000 10100 101011111 111101 110010

Color Harmonies of #CD334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD334A

Black with #CD334A

Text Example


Text Example

White with #CD334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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