Html Css Color HEX #CD2C3E Brick Red

📋 copy color: '#CD2C3E'

red 205 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #CD2C3E

Tints of Brick Red #CD2C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 65.92%
G = 14.15%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD2C3E (or 0xCD2C3E) is known color: Brick Red. HEX triplet: CD, 2C and 3E. RGB value is (205,44,62). Sum of RGB (Red+Green+Blue) = 205+44+62=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C3E is #32D3C1. Grayscale: #5E5E5E. Windows color (decimal): -3331010 or 4074701. OLE color: 4074701.

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

Color convert

RGB 205 44 62 -
CMYK 0 0.79 0.70 0.20
HSL 353.29º 0.65% 0.49% -
HSV(B) 353.29º 0.79% 0.8% -
XYZ 26.95 15.13 6.06 -
YUV 94.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 205 44 62 0 0.79 0.70 0.20 353.29 0.65 0.49
Hex CD 2C 3E 0 4F 46 14 161 41 31
Octal 315 54 76 0 117 106 24 541 101 61
Binary 11001101 101100 111110 0 1001111 1000110 10100 101100001 1000001 110001

Color Harmonies of #CD2C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C3E

Black with #CD2C3E

Text Example


Text Example

White with #CD2C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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