Html Css Color HEX #CD3128 Persian Red

📋 copy color: '#CD3128'

red 205 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #CD3128

Tints of Persian Red #CD3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 69.73%
G = 16.67%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD3128 (or 0xCD3128) is known color: Persian Red. HEX triplet: CD, 31 and 28. RGB value is (205,49,40). Sum of RGB (Red+Green+Blue) = 205+49+40=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3128 is #32CED7. Grayscale: #5E5E5E. Windows color (decimal): -3329752 or 2634189. OLE color: 2634189.

HSL color Cylindrical-coordinate representation of color #CD3128: hue angle of 3.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD3128 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 49 40 -
CMYK 0 0.76 0.80 0.20
HSL 3.27º 0.67% 0.48% -
HSV(B) 3.27º 0.8% 0.8% -
XYZ 26.66 15.33 3.56 -
YUV 94.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 205 49 40 0 0.76 0.80 0.20 3.27 0.67 0.48
Hex CD 31 28 0 4C 50 14 3 43 30
Octal 315 61 50 0 114 120 24 3 103 60
Binary 11001101 110001 101000 0 1001100 1010000 10100 11 1000011 110000

Color Harmonies of #CD3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3128

Black with #CD3128

Text Example


Text Example

White with #CD3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3128; }

 p { color: rgb(205,49,40); }

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

background-color css

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

 a { background-color: rgb(205,49,40); }

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

border-color css

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

 span { border-color: rgb(205,49,40); }

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