Html Css Color HEX #CD394C Brick Red

📋 copy color: '#CD394C'

red 205 ◦ green 57 ◦ blue 76

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

Shades of Brick Red #CD394C

Tints of Brick Red #CD394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 60.65%
G = 16.86%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD394C (or 0xCD394C) is known color: Brick Red. HEX triplet: CD, 39 and 4C. RGB value is (205,57,76). Sum of RGB (Red+Green+Blue) = 205+57+76=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD394C is #32C6B3. Grayscale: #676767. Windows color (decimal): -3327668 or 4995533. OLE color: 4995533.

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

Color convert

RGB 205 57 76 -
CMYK 0 0.72 0.63 0.20
HSL 352.3º 0.6% 0.51% -
HSV(B) 352.3º 0.72% 0.8% -
XYZ 27.94 16.43 8.54 -
YUV 103.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 205 57 76 0 0.72 0.63 0.20 352.3 0.6 0.51
Hex CD 39 4C 0 48 3F 14 160 3C 33
Octal 315 71 114 0 110 77 24 540 74 63
Binary 11001101 111001 1001100 0 1001000 111111 10100 101100000 111100 110011

Color Harmonies of #CD394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD394C

Black with #CD394C

Text Example


Text Example

White with #CD394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD394C; }

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

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

background-color css

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

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

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

border-color css

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

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

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