Html Css Color HEX #CD3E27 Persian Red

📋 copy color: '#CD3E27'

red 205 ◦ green 62 ◦ blue 39

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

Shades of Persian Red #CD3E27

Tints of Persian Red #CD3E27

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 66.99%
G = 20.26%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD3E27 (or 0xCD3E27) is known color: Persian Red. HEX triplet: CD, 3E and 27. RGB value is (205,62,39). Sum of RGB (Red+Green+Blue) = 205+62+39=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E27 is #32C1D8. Grayscale: #666666. Windows color (decimal): -3326425 or 2571981. OLE color: 2571981.

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

Color convert

RGB 205 62 39 -
CMYK 0 0.70 0.81 0.20
HSL 8.31º 0.68% 0.48% -
HSV(B) 8.31º 0.81% 0.8% -
XYZ 27.27 16.57 3.68 -
YUV 102.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 205 62 39 0 0.70 0.81 0.20 8.31 0.68 0.48
Hex CD 3E 27 0 46 51 14 8 44 30
Octal 315 76 47 0 106 121 24 10 104 60
Binary 11001101 111110 100111 0 1000110 1010001 10100 1000 1000100 110000

Color Harmonies of #CD3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E27

Black with #CD3E27

Text Example


Text Example

White with #CD3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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