Html Css Color HEX #CD3443 Brick Red

📋 copy color: '#CD3443'

red 205 ◦ green 52 ◦ blue 67

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

Shades of Brick Red #CD3443

Tints of Brick Red #CD3443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 63.27%
G = 16.05%
B = 20.68%

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

#CD3443 (or 0xCD3443) is known color: Brick Red. HEX triplet: CD, 34 and 43. RGB value is (205,52,67). Sum of RGB (Red+Green+Blue) = 205+52+67=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3443 is #32CBBC. Grayscale: #636363. Windows color (decimal): -3328957 or 4404429. OLE color: 4404429.

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

Color convert

RGB 205 52 67 -
CMYK 0 0.75 0.67 0.20
HSL 354.12º 0.6% 0.5% -
HSV(B) 354.12º 0.75% 0.8% -
XYZ 27.42 15.84 6.92 -
YUV 99.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 205 52 67 0 0.75 0.67 0.20 354.12 0.6 0.5
Hex CD 34 43 0 4B 43 14 162 3C 32
Octal 315 64 103 0 113 103 24 542 74 62
Binary 11001101 110100 1000011 0 1001011 1000011 10100 101100010 111100 110010

Color Harmonies of #CD3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3443

Black with #CD3443

Text Example


Text Example

White with #CD3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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