Html Css Color HEX #CD2A3A Brick Red

📋 copy color: '#CD2A3A'

red 205 ◦ green 42 ◦ blue 58

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

Shades of Brick Red #CD2A3A

Tints of Brick Red #CD2A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 67.21%
G = 13.77%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD2A3A (or 0xCD2A3A) is known color: Brick Red. HEX triplet: CD, 2A and 3A. RGB value is (205,42,58). Sum of RGB (Red+Green+Blue) = 205+42+58=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A3A is #32D5C5. Grayscale: #5C5C5C. Windows color (decimal): -3331526 or 3812045. OLE color: 3812045.

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

Color convert

RGB 205 42 58 -
CMYK 0 0.80 0.72 0.20
HSL 354.11º 0.66% 0.48% -
HSV(B) 354.11º 0.8% 0.8% -
XYZ 26.77 14.94 5.48 -
YUV 92.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 205 42 58 0 0.80 0.72 0.20 354.11 0.66 0.48
Hex CD 2A 3A 0 50 48 14 162 42 30
Octal 315 52 72 0 120 110 24 542 102 60
Binary 11001101 101010 111010 0 1010000 1001000 10100 101100010 1000010 110000

Color Harmonies of #CD2A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A3A

Black with #CD2A3A

Text Example


Text Example

White with #CD2A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A3A; }

 p { color: rgb(205,42,58); }

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

background-color css

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

 a { background-color: rgb(205,42,58); }

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

border-color css

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

 span { border-color: rgb(205,42,58); }

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