Html Css Color HEX #CD3748 Brick Red

📋 copy color: '#CD3748'

red 205 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #CD3748

Tints of Brick Red #CD3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 61.75%
G = 16.57%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD3748 (or 0xCD3748) is known color: Brick Red. HEX triplet: CD, 37 and 48. RGB value is (205,55,72). Sum of RGB (Red+Green+Blue) = 205+55+72=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3748 is #32C8B7. Grayscale: #656565. Windows color (decimal): -3328184 or 4732877. OLE color: 4732877.

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

Color convert

RGB 205 55 72 -
CMYK 0 0.73 0.65 0.20
HSL 353.2º 0.6% 0.51% -
HSV(B) 353.2º 0.73% 0.8% -
XYZ 27.71 16.18 7.79 -
YUV 101.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 205 55 72 0 0.73 0.65 0.20 353.2 0.6 0.51
Hex CD 37 48 0 49 41 14 161 3C 33
Octal 315 67 110 0 111 101 24 541 74 63
Binary 11001101 110111 1001000 0 1001001 1000001 10100 101100001 111100 110011

Color Harmonies of #CD3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3748

Black with #CD3748

Text Example


Text Example

White with #CD3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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