Html Css Color HEX #CD3D4A Brick Red

📋 copy color: '#CD3D4A'

red 205 ◦ green 61 ◦ blue 74

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

Shades of Brick Red #CD3D4A

Tints of Brick Red #CD3D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

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

R = 60.29%
G = 17.94%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD3D4A (or 0xCD3D4A) is known color: Brick Red. HEX triplet: CD, 3D and 4A. RGB value is (205,61,74). Sum of RGB (Red+Green+Blue) = 205+61+74=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3D4A is #32C2B5. Grayscale: #696969. Windows color (decimal): -3326646 or 4865485. OLE color: 4865485.

HSL color Cylindrical-coordinate representation of color #CD3D4A: hue angle of 354.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D4A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 61 74 -
CMYK 0 0.70 0.64 0.20
HSL 354.58º 0.59% 0.52% -
HSV(B) 354.58º 0.7% 0.8% -
XYZ 28.08 16.81 8.24 -
YUV 105.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 205 61 74 0 0.70 0.64 0.20 354.58 0.59 0.52
Hex CD 3D 4A 0 46 40 14 163 3B 34
Octal 315 75 112 0 106 100 24 543 73 64
Binary 11001101 111101 1001010 0 1000110 1000000 10100 101100011 111011 110100

Color Harmonies of #CD3D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3D4A

Black with #CD3D4A

Text Example


Text Example

White with #CD3D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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