Html Css Color HEX #CD234A Brick Red

📋 copy color: '#CD234A'

red 205 ◦ green 35 ◦ blue 74

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

Shades of Brick Red #CD234A

Tints of Brick Red #CD234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 65.29%
G = 11.15%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD234A (or 0xCD234A) is known color: Brick Red. HEX triplet: CD, 23 and 4A. RGB value is (205,35,74). Sum of RGB (Red+Green+Blue) = 205+35+74=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD234A is #32DCB5. Grayscale: #5A5A5A. Windows color (decimal): -3333302 or 4858829. OLE color: 4858829.

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

Color convert

RGB 205 35 74 -
CMYK 0 0.83 0.64 0.20
HSL 346.24º 0.71% 0.47% -
HSV(B) 346.24º 0.83% 0.8% -
XYZ 27.01 14.68 7.89 -
YUV 90.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 205 35 74 0 0.83 0.64 0.20 346.24 0.71 0.47
Hex CD 23 4A 0 53 40 14 15A 47 2F
Octal 315 43 112 0 123 100 24 532 107 57
Binary 11001101 100011 1001010 0 1010011 1000000 10100 101011010 1000111 101111

Color Harmonies of #CD234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD234A

Black with #CD234A

Text Example


Text Example

White with #CD234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD234A; }

 p { color: rgb(205,35,74); }

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

background-color css

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

 a { background-color: rgb(205,35,74); }

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

border-color css

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

 span { border-color: rgb(205,35,74); }

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