Html Css Color HEX #CD3444 Brick Red

📋 copy color: '#CD3444'

red 205 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #CD3444

Tints of Brick Red #CD3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 63.08%
G = 16%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD3444 (or 0xCD3444) is known color: Brick Red. HEX triplet: CD, 34 and 44. RGB value is (205,52,68). Sum of RGB (Red+Green+Blue) = 205+52+68=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3444 is #32CBBB. Grayscale: #636363. Windows color (decimal): -3328956 or 4469965. OLE color: 4469965.

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

Color convert

RGB 205 52 68 -
CMYK 0 0.75 0.67 0.20
HSL 353.73º 0.6% 0.5% -
HSV(B) 353.73º 0.75% 0.8% -
XYZ 27.45 15.85 7.08 -
YUV 99.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 205 52 68 0 0.75 0.67 0.20 353.73 0.6 0.5
Hex CD 34 44 0 4B 43 14 162 3C 32
Octal 315 64 104 0 113 103 24 542 74 62
Binary 11001101 110100 1000100 0 1001011 1000011 10100 101100010 111100 110010

Color Harmonies of #CD3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3444

Black with #CD3444

Text Example


Text Example

White with #CD3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3444; }

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

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

background-color css

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

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

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

border-color css

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

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

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