Html Css Color HEX #CD313D Brick Red

📋 copy color: '#CD313D'

red 205 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #CD313D

Tints of Brick Red #CD313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 65.08%
G = 15.56%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD313D (or 0xCD313D) is known color: Brick Red. HEX triplet: CD, 31 and 3D. RGB value is (205,49,61). Sum of RGB (Red+Green+Blue) = 205+49+61=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD313D is #32CEC2. Grayscale: #616161. Windows color (decimal): -3329731 or 4010445. OLE color: 4010445.

HSL color Cylindrical-coordinate representation of color #CD313D: hue angle of 355.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD313D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 49 61 -
CMYK 0 0.76 0.70 0.20
HSL 355.38º 0.61% 0.5% -
HSV(B) 355.38º 0.76% 0.8% -
XYZ 27.12 15.51 5.98 -
YUV 97.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 205 49 61 0 0.76 0.70 0.20 355.38 0.61 0.5
Hex CD 31 3D 0 4C 46 14 163 3D 32
Octal 315 61 75 0 114 106 24 543 75 62
Binary 11001101 110001 111101 0 1001100 1000110 10100 101100011 111101 110010

Color Harmonies of #CD313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD313D

Black with #CD313D

Text Example


Text Example

White with #CD313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD313D; }

 p { color: rgb(205,49,61); }

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

background-color css

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

 a { background-color: rgb(205,49,61); }

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

border-color css

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

 span { border-color: rgb(205,49,61); }

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