Html Css Color HEX #CD3344 Brick Red

📋 copy color: '#CD3344'

red 205 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #CD3344

Tints of Brick Red #CD3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 63.27%
G = 15.74%
B = 20.99%

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

#CD3344 (or 0xCD3344) is known color: Brick Red. HEX triplet: CD, 33 and 44. RGB value is (205,51,68). Sum of RGB (Red+Green+Blue) = 205+51+68=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3344 is #32CCBB. Grayscale: #636363. Windows color (decimal): -3329212 or 4469709. OLE color: 4469709.

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

Color convert

RGB 205 51 68 -
CMYK 0 0.75 0.67 0.20
HSL 353.38º 0.61% 0.5% -
HSV(B) 353.38º 0.75% 0.8% -
XYZ 27.4 15.76 7.07 -
YUV 98.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 205 51 68 0 0.75 0.67 0.20 353.38 0.61 0.5
Hex CD 33 44 0 4B 43 14 161 3D 32
Octal 315 63 104 0 113 103 24 541 75 62
Binary 11001101 110011 1000100 0 1001011 1000011 10100 101100001 111101 110010

Color Harmonies of #CD3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3344

Black with #CD3344

Text Example


Text Example

White with #CD3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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