Html Css Color HEX #CD293D Brick Red

📋 copy color: '#CD293D'

red 205 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #CD293D

Tints of Brick Red #CD293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 66.78%
G = 13.36%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD293D (or 0xCD293D) is known color: Brick Red. HEX triplet: CD, 29 and 3D. RGB value is (205,41,61). Sum of RGB (Red+Green+Blue) = 205+41+61=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD293D is #32D6C2. Grayscale: #5C5C5C. Windows color (decimal): -3331779 or 4008397. OLE color: 4008397.

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

Color convert

RGB 205 41 61 -
CMYK 0 0.8 0.70 0.20
HSL 352.68º 0.67% 0.48% -
HSV(B) 352.68º 0.8% 0.8% -
XYZ 26.81 14.9 5.88 -
YUV 92.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 205 41 61 0 0.8 0.70 0.20 352.68 0.67 0.48
Hex CD 29 3D 0 50 46 14 161 43 30
Octal 315 51 75 0 120 106 24 541 103 60
Binary 11001101 101001 111101 0 1010000 1000110 10100 101100001 1000011 110000

Color Harmonies of #CD293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD293D

Black with #CD293D

Text Example


Text Example

White with #CD293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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