Html Css Color HEX #CD2838 Brick Red

📋 copy color: '#CD2838'

red 205 ◦ green 40 ◦ blue 56

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

Shades of Brick Red #CD2838

Tints of Brick Red #CD2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 68.11%
G = 13.29%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD2838 (or 0xCD2838) is known color: Brick Red. HEX triplet: CD, 28 and 38. RGB value is (205,40,56). Sum of RGB (Red+Green+Blue) = 205+40+56=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2838 is #32D7C7. Grayscale: #5B5B5B. Windows color (decimal): -3332040 or 3680461. OLE color: 3680461.

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

Color convert

RGB 205 40 56 -
CMYK 0 0.80 0.73 0.20
HSL 354.18º 0.67% 0.48% -
HSV(B) 354.18º 0.8% 0.8% -
XYZ 26.65 14.78 5.19 -
YUV 91.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 205 40 56 0 0.80 0.73 0.20 354.18 0.67 0.48
Hex CD 28 38 0 50 49 14 162 43 30
Octal 315 50 70 0 120 111 24 542 103 60
Binary 11001101 101000 111000 0 1010000 1001001 10100 101100010 1000011 110000

Color Harmonies of #CD2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2838

Black with #CD2838

Text Example


Text Example

White with #CD2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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