Html Css Color HEX #CD394D Brick Red

📋 copy color: '#CD394D'

red 205 ◦ green 57 ◦ blue 77

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

Shades of Brick Red #CD394D

Tints of Brick Red #CD394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 60.47%
G = 16.81%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD394D (or 0xCD394D) is known color: Brick Red. HEX triplet: CD, 39 and 4D. RGB value is (205,57,77). Sum of RGB (Red+Green+Blue) = 205+57+77=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD394D is #32C6B2. Grayscale: #676767. Windows color (decimal): -3327667 or 5061069. OLE color: 5061069.

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

Color convert

RGB 205 57 77 -
CMYK 0 0.72 0.62 0.20
HSL 351.89º 0.6% 0.51% -
HSV(B) 351.89º 0.72% 0.8% -
XYZ 27.98 16.44 8.72 -
YUV 103.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 205 57 77 0 0.72 0.62 0.20 351.89 0.6 0.51
Hex CD 39 4D 0 48 3E 14 160 3C 33
Octal 315 71 115 0 110 76 24 540 74 63
Binary 11001101 111001 1001101 0 1001000 111110 10100 101100000 111100 110011

Color Harmonies of #CD394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD394D

Black with #CD394D

Text Example


Text Example

White with #CD394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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