Html Css Color HEX #CD4132 Persian Red

📋 copy color: '#CD4132'

red 205 ◦ green 65 ◦ blue 50

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

Shades of Persian Red #CD4132

Tints of Persian Red #CD4132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 64.06%
G = 20.31%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD4132 (or 0xCD4132) is known color: Persian Red. HEX triplet: CD, 41 and 32. RGB value is (205,65,50). Sum of RGB (Red+Green+Blue) = 205+65+50=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4132 is #32BECD. Grayscale: #696969. Windows color (decimal): -3325646 or 3293645. OLE color: 3293645.

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

Color convert

RGB 205 65 50 -
CMYK 0 0.68 0.76 0.20
HSL 5.81º 0.61% 0.5% -
HSV(B) 5.81º 0.76% 0.8% -
XYZ 27.64 16.99 4.84 -
YUV 105.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 205 65 50 0 0.68 0.76 0.20 5.81 0.61 0.5
Hex CD 41 32 0 44 4C 14 6 3D 32
Octal 315 101 62 0 104 114 24 6 75 62
Binary 11001101 1000001 110010 0 1000100 1001100 10100 110 111101 110010

Color Harmonies of #CD4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4132

Black with #CD4132

Text Example


Text Example

White with #CD4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4132; }

 p { color: rgb(205,65,50); }

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

background-color css

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

 a { background-color: rgb(205,65,50); }

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

border-color css

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

 span { border-color: rgb(205,65,50); }

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