Html Css Color HEX #CD313F Brick Red

📋 copy color: '#CD313F'

red 205 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #CD313F

Tints of Brick Red #CD313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 64.67%
G = 15.46%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD313F (or 0xCD313F) is known color: Brick Red. HEX triplet: CD, 31 and 3F. RGB value is (205,49,63). Sum of RGB (Red+Green+Blue) = 205+49+63=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD313F is #32CEC0. Grayscale: #616161. Windows color (decimal): -3329729 or 4141517. OLE color: 4141517.

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

Color convert

RGB 205 49 63 -
CMYK 0 0.76 0.69 0.20
HSL 354.62º 0.61% 0.5% -
HSV(B) 354.62º 0.76% 0.8% -
XYZ 27.17 15.53 6.27 -
YUV 97.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 205 49 63 0 0.76 0.69 0.20 354.62 0.61 0.5
Hex CD 31 3F 0 4C 45 14 163 3D 32
Octal 315 61 77 0 114 105 24 543 75 62
Binary 11001101 110001 111111 0 1001100 1000101 10100 101100011 111101 110010

Color Harmonies of #CD313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD313F

Black with #CD313F

Text Example


Text Example

White with #CD313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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