Html Css Color HEX #CD2D3E Brick Red

📋 copy color: '#CD2D3E'

red 205 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #CD2D3E

Tints of Brick Red #CD2D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 65.71%
G = 14.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD2D3E (or 0xCD2D3E) is known color: Brick Red. HEX triplet: CD, 2D and 3E. RGB value is (205,45,62). Sum of RGB (Red+Green+Blue) = 205+45+62=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D3E is #32D2C1. Grayscale: #5E5E5E. Windows color (decimal): -3330754 or 4074957. OLE color: 4074957.

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

Color convert

RGB 205 45 62 -
CMYK 0 0.78 0.70 0.20
HSL 353.63º 0.64% 0.49% -
HSV(B) 353.63º 0.78% 0.8% -
XYZ 26.98 15.2 6.07 -
YUV 94.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 205 45 62 0 0.78 0.70 0.20 353.63 0.64 0.49
Hex CD 2D 3E 0 4E 46 14 162 40 31
Octal 315 55 76 0 116 106 24 542 100 61
Binary 11001101 101101 111110 0 1001110 1000110 10100 101100010 1000000 110001

Color Harmonies of #CD2D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D3E

Black with #CD2D3E

Text Example


Text Example

White with #CD2D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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