Html Css Color HEX #CD3540 Brick Red

📋 copy color: '#CD3540'

red 205 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #CD3540

Tints of Brick Red #CD3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 63.66%
G = 16.46%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD3540 (or 0xCD3540) is known color: Brick Red. HEX triplet: CD, 35 and 40. RGB value is (205,53,64). Sum of RGB (Red+Green+Blue) = 205+53+64=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3540 is #32CABF. Grayscale: #636363. Windows color (decimal): -3328704 or 4208077. OLE color: 4208077.

HSL color Cylindrical-coordinate representation of color #CD3540: hue angle of 355.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3540 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 64 -
CMYK 0 0.74 0.69 0.20
HSL 355.66º 0.6% 0.51% -
HSV(B) 355.66º 0.74% 0.8% -
XYZ 27.38 15.9 6.48 -
YUV 99.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 205 53 64 0 0.74 0.69 0.20 355.66 0.6 0.51
Hex CD 35 40 0 4A 45 14 164 3C 33
Octal 315 65 100 0 112 105 24 544 74 63
Binary 11001101 110101 1000000 0 1001010 1000101 10100 101100100 111100 110011

Color Harmonies of #CD3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3540

Black with #CD3540

Text Example


Text Example

White with #CD3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3540; }

 p { color: rgb(205,53,64); }

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

background-color css

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

 a { background-color: rgb(205,53,64); }

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

border-color css

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

 span { border-color: rgb(205,53,64); }

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