Html Css Color HEX #CD2C27 Persian Red

📋 copy color: '#CD2C27'

red 205 ◦ green 44 ◦ blue 39

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

Shades of Persian Red #CD2C27

Tints of Persian Red #CD2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 71.18%
G = 15.28%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD2C27 (or 0xCD2C27) is known color: Persian Red. HEX triplet: CD, 2C and 27. RGB value is (205,44,39). Sum of RGB (Red+Green+Blue) = 205+44+39=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C27 is #32D3D8. Grayscale: #5B5B5B. Windows color (decimal): -3331033 or 2567373. OLE color: 2567373.

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

Color convert

RGB 205 44 39 -
CMYK 0 0.79 0.81 0.20
HSL 1.81º 0.68% 0.48% -
HSV(B) 1.81º 0.81% 0.8% -
XYZ 26.44 14.93 3.41 -
YUV 91.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 205 44 39 0 0.79 0.81 0.20 1.81 0.68 0.48
Hex CD 2C 27 0 4F 51 14 2 44 30
Octal 315 54 47 0 117 121 24 2 104 60
Binary 11001101 101100 100111 0 1001111 1010001 10100 10 1000100 110000

Color Harmonies of #CD2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C27

Black with #CD2C27

Text Example


Text Example

White with #CD2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C27; }

 p { color: rgb(205,44,39); }

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

background-color css

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

 a { background-color: rgb(205,44,39); }

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

border-color css

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

 span { border-color: rgb(205,44,39); }

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