Html Css Color HEX #CD313E Brick Red

📋 copy color: '#CD313E'

red 205 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #CD313E

Tints of Brick Red #CD313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 64.87%
G = 15.51%
B = 19.62%

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

#CD313E (or 0xCD313E) is known color: Brick Red. HEX triplet: CD, 31 and 3E. RGB value is (205,49,62). Sum of RGB (Red+Green+Blue) = 205+49+62=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD313E is #32CEC1. Grayscale: #616161. Windows color (decimal): -3329730 or 4075981. OLE color: 4075981.

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

Color convert

RGB 205 49 62 -
CMYK 0 0.76 0.70 0.20
HSL 355º 0.61% 0.5% -
HSV(B) 355º 0.76% 0.8% -
XYZ 27.14 15.52 6.12 -
YUV 97.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 205 49 62 0 0.76 0.70 0.20 355 0.61 0.5
Hex CD 31 3E 0 4C 46 14 163 3D 32
Octal 315 61 76 0 114 106 24 543 75 62
Binary 11001101 110001 111110 0 1001100 1000110 10100 101100011 111101 110010

Color Harmonies of #CD313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD313E

Black with #CD313E

Text Example


Text Example

White with #CD313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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