Html Css Color HEX #CD2844 Brick Red

📋 copy color: '#CD2844'

red 205 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #CD2844

Tints of Brick Red #CD2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 65.5%
G = 12.78%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD2844 (or 0xCD2844) is known color: Brick Red. HEX triplet: CD, 28 and 44. RGB value is (205,40,68). Sum of RGB (Red+Green+Blue) = 205+40+68=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2844 is #32D7BB. Grayscale: #5C5C5C. Windows color (decimal): -3332028 or 4466893. OLE color: 4466893.

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

Color convert

RGB 205 40 68 -
CMYK 0 0.80 0.67 0.20
HSL 349.82º 0.67% 0.48% -
HSV(B) 349.82º 0.8% 0.8% -
XYZ 26.98 14.91 6.93 -
YUV 92.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 205 40 68 0 0.80 0.67 0.20 349.82 0.67 0.48
Hex CD 28 44 0 50 43 14 15E 43 30
Octal 315 50 104 0 120 103 24 536 103 60
Binary 11001101 101000 1000100 0 1010000 1000011 10100 101011110 1000011 110000

Color Harmonies of #CD2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2844

Black with #CD2844

Text Example


Text Example

White with #CD2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2844; }

 p { color: rgb(205,40,68); }

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

background-color css

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

 a { background-color: rgb(205,40,68); }

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

border-color css

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

 span { border-color: rgb(205,40,68); }

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