Html Css Color HEX #CD2746 Brick Red

📋 copy color: '#CD2746'

red 205 ◦ green 39 ◦ blue 70

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

Shades of Brick Red #CD2746

Tints of Brick Red #CD2746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 65.29%
G = 12.42%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD2746 (or 0xCD2746) is known color: Brick Red. HEX triplet: CD, 27 and 46. RGB value is (205,39,70). Sum of RGB (Red+Green+Blue) = 205+39+70=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2746 is #32D8B9. Grayscale: #5C5C5C. Windows color (decimal): -3332282 or 4597709. OLE color: 4597709.

HSL color Cylindrical-coordinate representation of color #CD2746: hue angle of 348.8º 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 #CD2746 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 39 70 -
CMYK 0 0.81 0.66 0.20
HSL 348.8º 0.68% 0.48% -
HSV(B) 348.8º 0.81% 0.8% -
XYZ 27.01 14.87 7.24 -
YUV 92.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 205 39 70 0 0.81 0.66 0.20 348.8 0.68 0.48
Hex CD 27 46 0 51 42 14 15D 44 30
Octal 315 47 106 0 121 102 24 535 104 60
Binary 11001101 100111 1000110 0 1010001 1000010 10100 101011101 1000100 110000

Color Harmonies of #CD2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2746

Black with #CD2746

Text Example


Text Example

White with #CD2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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