Html Css Color HEX #CD214A Brick Red

📋 copy color: '#CD214A'

red 205 ◦ green 33 ◦ blue 74

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

Shades of Brick Red #CD214A

Tints of Brick Red #CD214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

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

R = 65.71%
G = 10.58%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD214A (or 0xCD214A) is known color: Brick Red. HEX triplet: CD, 21 and 4A. RGB value is (205,33,74). Sum of RGB (Red+Green+Blue) = 205+33+74=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD214A is #32DEB5. Grayscale: #595959. Windows color (decimal): -3333814 or 4858317. OLE color: 4858317.

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

Color convert

RGB 205 33 74 -
CMYK 0 0.84 0.64 0.20
HSL 345.7º 0.72% 0.47% -
HSV(B) 345.7º 0.84% 0.8% -
XYZ 26.96 14.56 7.87 -
YUV 89.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 205 33 74 0 0.84 0.64 0.20 345.7 0.72 0.47
Hex CD 21 4A 0 54 40 14 15A 48 2F
Octal 315 41 112 0 124 100 24 532 110 57
Binary 11001101 100001 1001010 0 1010100 1000000 10100 101011010 1001000 101111

Color Harmonies of #CD214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD214A

Black with #CD214A

Text Example


Text Example

White with #CD214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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