Html Css Color HEX #CD334B Brick Red

📋 copy color: '#CD334B'

red 205 ◦ green 51 ◦ blue 75

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

Shades of Brick Red #CD334B

Tints of Brick Red #CD334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 61.93%
G = 15.41%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD334B (or 0xCD334B) is known color: Brick Red. HEX triplet: CD, 33 and 4B. RGB value is (205,51,75). Sum of RGB (Red+Green+Blue) = 205+51+75=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD334B is #32CCB4. Grayscale: #636363. Windows color (decimal): -3329205 or 4928461. OLE color: 4928461.

HSL color Cylindrical-coordinate representation of color #CD334B: hue angle of 350.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD334B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 75 -
CMYK 0 0.75 0.63 0.20
HSL 350.65º 0.61% 0.5% -
HSV(B) 350.65º 0.75% 0.8% -
XYZ 27.63 15.85 8.26 -
YUV 99.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 205 51 75 0 0.75 0.63 0.20 350.65 0.61 0.5
Hex CD 33 4B 0 4B 3F 14 15F 3D 32
Octal 315 63 113 0 113 77 24 537 75 62
Binary 11001101 110011 1001011 0 1001011 111111 10100 101011111 111101 110010

Color Harmonies of #CD334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD334B

Black with #CD334B

Text Example


Text Example

White with #CD334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD334B; }

 p { color: rgb(205,51,75); }

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

background-color css

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

 a { background-color: rgb(205,51,75); }

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

border-color css

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

 span { border-color: rgb(205,51,75); }

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