Html Css Color HEX #CD283D Brick Red

📋 copy color: '#CD283D'

red 205 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #CD283D

Tints of Brick Red #CD283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 66.99%
G = 13.07%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD283D (or 0xCD283D) is known color: Brick Red. HEX triplet: CD, 28 and 3D. RGB value is (205,40,61). Sum of RGB (Red+Green+Blue) = 205+40+61=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD283D is #32D7C2. Grayscale: #5B5B5B. Windows color (decimal): -3332035 or 4008141. OLE color: 4008141.

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

Color convert

RGB 205 40 61 -
CMYK 0 0.80 0.70 0.20
HSL 352.36º 0.67% 0.48% -
HSV(B) 352.36º 0.8% 0.8% -
XYZ 26.78 14.83 5.87 -
YUV 91.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 205 40 61 0 0.80 0.70 0.20 352.36 0.67 0.48
Hex CD 28 3D 0 50 46 14 160 43 30
Octal 315 50 75 0 120 106 24 540 103 60
Binary 11001101 101000 111101 0 1010000 1000110 10100 101100000 1000011 110000

Color Harmonies of #CD283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD283D

Black with #CD283D

Text Example


Text Example

White with #CD283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD283D; }

 p { color: rgb(205,40,61); }

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

background-color css

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

 a { background-color: rgb(205,40,61); }

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

border-color css

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

 span { border-color: rgb(205,40,61); }

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