#CD3948

Color #CD3948 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CD3948

Tints of Brick Red #CD3948

Color information

#CD3948 (or 0xCD3948) is unknown color: approx Brick Red. HEX triplet: CD, 39 and 48. RGB value is (205,57,72). Sum of RGB (Red+Green+Blue) = 205+57+72=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3948 is #32C6B7. Grayscale: #676767. Windows color (decimal): -3327672 or 4733389. OLE color: 4733389.

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

Color convert

RGB2055772-
CMYK00.720.650.20
HSL353.92º59.68%51.37%-
HSV(B)353.92º72.2%80.39%-
XYZ27.8116.377.83-
YUV102.96110.53200.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.38%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=61.38%
G=17.07%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205577200.720.650.20353.9259.6851.37
HexCD394804841141623c33
Octal315711100110101245427463
Binary11001101111001100100001001000100000110100101100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3948; }

 p { color: rgb(205,57,72); }

 H1.HeaderClassName
 {
   color: #CD3948;
 }
 .AnyTagClassName
 {
   color: #CD3948;
 }
</style>
background-color css

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

 a { background-color: rgb(205,57,72); }

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

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

 span { border-color: rgb(205,57,72); }

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