Html Css Color HEX #CD3441 Brick Red

📋 copy color: '#CD3441'

red 205 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #CD3441

Tints of Brick Red #CD3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 63.66%
G = 16.15%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD3441 (or 0xCD3441) is known color: Brick Red. HEX triplet: CD, 34 and 41. RGB value is (205,52,65). Sum of RGB (Red+Green+Blue) = 205+52+65=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3441 is #32CBBE. Grayscale: #636363. Windows color (decimal): -3328959 or 4273357. OLE color: 4273357.

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

Color convert

RGB 205 52 65 -
CMYK 0 0.75 0.68 0.20
HSL 354.9º 0.6% 0.5% -
HSV(B) 354.9º 0.75% 0.8% -
XYZ 27.36 15.82 6.61 -
YUV 99.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 205 52 65 0 0.75 0.68 0.20 354.9 0.6 0.5
Hex CD 34 41 0 4B 44 14 163 3C 32
Octal 315 64 101 0 113 104 24 543 74 62
Binary 11001101 110100 1000001 0 1001011 1000100 10100 101100011 111100 110010

Color Harmonies of #CD3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3441

Black with #CD3441

Text Example


Text Example

White with #CD3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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