Html Css Color HEX #CD2748 Brick Red

📋 copy color: '#CD2748'

red 205 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #CD2748

Tints of Brick Red #CD2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

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

R = 64.87%
G = 12.34%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD2748 (or 0xCD2748) is known color: Brick Red. HEX triplet: CD, 27 and 48. RGB value is (205,39,72). Sum of RGB (Red+Green+Blue) = 205+39+72=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2748 is #32D8B7. Grayscale: #5C5C5C. Windows color (decimal): -3332280 or 4728781. OLE color: 4728781.

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

Color convert

RGB 205 39 72 -
CMYK 0 0.81 0.65 0.20
HSL 348.07º 0.68% 0.48% -
HSV(B) 348.07º 0.81% 0.8% -
XYZ 27.07 14.9 7.58 -
YUV 92.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 205 39 72 0 0.81 0.65 0.20 348.07 0.68 0.48
Hex CD 27 48 0 51 41 14 15C 44 30
Octal 315 47 110 0 121 101 24 534 104 60
Binary 11001101 100111 1001000 0 1010001 1000001 10100 101011100 1000100 110000

Color Harmonies of #CD2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2748

Black with #CD2748

Text Example


Text Example

White with #CD2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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