Html Css Color HEX #CD2841 Brick Red

📋 copy color: '#CD2841'

red 205 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #CD2841

Tints of Brick Red #CD2841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 66.13%
G = 12.9%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD2841 (or 0xCD2841) is known color: Brick Red. HEX triplet: CD, 28 and 41. RGB value is (205,40,65). Sum of RGB (Red+Green+Blue) = 205+40+65=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2841 is #32D7BE. Grayscale: #5C5C5C. Windows color (decimal): -3332031 or 4270285. OLE color: 4270285.

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

Color convert

RGB 205 40 65 -
CMYK 0 0.80 0.68 0.20
HSL 350.91º 0.67% 0.48% -
HSV(B) 350.91º 0.8% 0.8% -
XYZ 26.89 14.88 6.46 -
YUV 92.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 205 40 65 0 0.80 0.68 0.20 350.91 0.67 0.48
Hex CD 28 41 0 50 44 14 15F 43 30
Octal 315 50 101 0 120 104 24 537 103 60
Binary 11001101 101000 1000001 0 1010000 1000100 10100 101011111 1000011 110000

Color Harmonies of #CD2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2841

Black with #CD2841

Text Example


Text Example

White with #CD2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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