Html Css Color HEX #CD2542 Brick Red

📋 copy color: '#CD2542'

red 205 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #CD2542

Tints of Brick Red #CD2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 66.56%
G = 12.01%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD2542 (or 0xCD2542) is known color: Brick Red. HEX triplet: CD, 25 and 42. RGB value is (205,37,66). Sum of RGB (Red+Green+Blue) = 205+37+66=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2542 is #32DABD. Grayscale: #5A5A5A. Windows color (decimal): -3332798 or 4335053. OLE color: 4335053.

HSL color Cylindrical-coordinate representation of color #CD2542: hue angle of 349.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2542 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 66 -
CMYK 0 0.82 0.68 0.20
HSL 349.64º 0.69% 0.47% -
HSV(B) 349.64º 0.82% 0.8% -
XYZ 26.82 14.7 6.58 -
YUV 90.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 205 37 66 0 0.82 0.68 0.20 349.64 0.69 0.47
Hex CD 25 42 0 52 44 14 15E 45 2F
Octal 315 45 102 0 122 104 24 536 105 57
Binary 11001101 100101 1000010 0 1010010 1000100 10100 101011110 1000101 101111

Color Harmonies of #CD2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2542

Black with #CD2542

Text Example


Text Example

White with #CD2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2542; }

 p { color: rgb(205,37,66); }

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

background-color css

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

 a { background-color: rgb(205,37,66); }

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

border-color css

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

 span { border-color: rgb(205,37,66); }

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