Html Css Color HEX #CD3246 Brick Red

📋 copy color: '#CD3246'

red 205 ◦ green 50 ◦ blue 70

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

Shades of Brick Red #CD3246

Tints of Brick Red #CD3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 63.08%
G = 15.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD3246 (or 0xCD3246) is known color: Brick Red. HEX triplet: CD, 32 and 46. RGB value is (205,50,70). Sum of RGB (Red+Green+Blue) = 205+50+70=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3246 is #32CDB9. Grayscale: #626262. Windows color (decimal): -3329466 or 4600525. OLE color: 4600525.

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

Color convert

RGB 205 50 70 -
CMYK 0 0.76 0.66 0.20
HSL 352.26º 0.61% 0.5% -
HSV(B) 352.26º 0.76% 0.8% -
XYZ 27.42 15.7 7.38 -
YUV 98.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 205 50 70 0 0.76 0.66 0.20 352.26 0.61 0.5
Hex CD 32 46 0 4C 42 14 160 3D 32
Octal 315 62 106 0 114 102 24 540 75 62
Binary 11001101 110010 1000110 0 1001100 1000010 10100 101100000 111101 110010

Color Harmonies of #CD3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3246

Black with #CD3246

Text Example


Text Example

White with #CD3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3246; }

 p { color: rgb(205,50,70); }

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

background-color css

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

 a { background-color: rgb(205,50,70); }

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

border-color css

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

 span { border-color: rgb(205,50,70); }

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