Html Css Color HEX #CD2249 Brick Red

📋 copy color: '#CD2249'

red 205 ◦ green 34 ◦ blue 73

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

Shades of Brick Red #CD2249

Tints of Brick Red #CD2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 65.71%
G = 10.9%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD2249 (or 0xCD2249) is known color: Brick Red. HEX triplet: CD, 22 and 49. RGB value is (205,34,73). Sum of RGB (Red+Green+Blue) = 205+34+73=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2249 is #32DDB6. Grayscale: #595959. Windows color (decimal): -3333559 or 4793037. OLE color: 4793037.

HSL color Cylindrical-coordinate representation of color #CD2249: hue angle of 346.32º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2249 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 34 73 -
CMYK 0 0.83 0.64 0.20
HSL 346.32º 0.72% 0.47% -
HSV(B) 346.32º 0.83% 0.8% -
XYZ 26.95 14.6 7.7 -
YUV 89.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 205 34 73 0 0.83 0.64 0.20 346.32 0.72 0.47
Hex CD 22 49 0 53 40 14 15A 48 2F
Octal 315 42 111 0 123 100 24 532 110 57
Binary 11001101 100010 1001001 0 1010011 1000000 10100 101011010 1001000 101111

Color Harmonies of #CD2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2249

Black with #CD2249

Text Example


Text Example

White with #CD2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2249; }

 p { color: rgb(205,34,73); }

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

background-color css

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

 a { background-color: rgb(205,34,73); }

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

border-color css

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

 span { border-color: rgb(205,34,73); }

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