Html Css Color HEX #CD2D3C Brick Red

📋 copy color: '#CD2D3C'

red 205 ◦ green 45 ◦ blue 60

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

Shades of Brick Red #CD2D3C

Tints of Brick Red #CD2D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 66.13%
G = 14.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD2D3C (or 0xCD2D3C) is known color: Brick Red. HEX triplet: CD, 2D and 3C. RGB value is (205,45,60). Sum of RGB (Red+Green+Blue) = 205+45+60=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D3C is #32D2C3. Grayscale: #5E5E5E. Windows color (decimal): -3330756 or 3943885. OLE color: 3943885.

HSL color Cylindrical-coordinate representation of color #CD2D3C: hue angle of 354.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D3C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 45 60 -
CMYK 0 0.78 0.71 0.20
HSL 354.38º 0.64% 0.49% -
HSV(B) 354.38º 0.78% 0.8% -
XYZ 26.93 15.18 5.79 -
YUV 94.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 205 45 60 0 0.78 0.71 0.20 354.38 0.64 0.49
Hex CD 2D 3C 0 4E 47 14 162 40 31
Octal 315 55 74 0 116 107 24 542 100 61
Binary 11001101 101101 111100 0 1001110 1000111 10100 101100010 1000000 110001

Color Harmonies of #CD2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D3C

Black with #CD2D3C

Text Example


Text Example

White with #CD2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D3C; }

 p { color: rgb(205,45,60); }

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

background-color css

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

 a { background-color: rgb(205,45,60); }

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

border-color css

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

 span { border-color: rgb(205,45,60); }

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