Html Css Color HEX #CD3C27 Persian Red

📋 copy color: '#CD3C27'

red 205 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #CD3C27

Tints of Persian Red #CD3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

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

R = 67.43%
G = 19.74%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD3C27 (or 0xCD3C27) is known color: Persian Red. HEX triplet: CD, 3C and 27. RGB value is (205,60,39). Sum of RGB (Red+Green+Blue) = 205+60+39=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C27 is #32C3D8. Grayscale: #656565. Windows color (decimal): -3326937 or 2571469. OLE color: 2571469.

HSL color Cylindrical-coordinate representation of color #CD3C27: hue angle of 7.59º 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 #CD3C27 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 60 39 -
CMYK 0 0.71 0.81 0.20
HSL 7.59º 0.68% 0.48% -
HSV(B) 7.59º 0.81% 0.8% -
XYZ 27.16 16.36 3.65 -
YUV 100.96 93.04 202.21 -
System Red Green Blue C M Y K H S L
Decimal 205 60 39 0 0.71 0.81 0.20 7.59 0.68 0.48
Hex CD 3C 27 0 47 51 14 8 44 30
Octal 315 74 47 0 107 121 24 10 104 60
Binary 11001101 111100 100111 0 1000111 1010001 10100 1000 1000100 110000

Color Harmonies of #CD3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C27

Black with #CD3C27

Text Example


Text Example

White with #CD3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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