Html Css Color HEX #CD3627 Persian Red

📋 copy color: '#CD3627'

red 205 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #CD3627

Tints of Persian Red #CD3627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

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

R = 68.79%
G = 18.12%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD3627 (or 0xCD3627) is known color: Persian Red. HEX triplet: CD, 36 and 27. RGB value is (205,54,39). Sum of RGB (Red+Green+Blue) = 205+54+39=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3627 is #32C9D8. Grayscale: #616161. Windows color (decimal): -3328473 or 2569933. OLE color: 2569933.

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

Color convert

RGB 205 54 39 -
CMYK 0 0.74 0.81 0.20
HSL 5.42º 0.68% 0.48% -
HSV(B) 5.42º 0.81% 0.8% -
XYZ 26.86 15.76 3.55 -
YUV 97.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 205 54 39 0 0.74 0.81 0.20 5.42 0.68 0.48
Hex CD 36 27 0 4A 51 14 5 44 30
Octal 315 66 47 0 112 121 24 5 104 60
Binary 11001101 110110 100111 0 1001010 1010001 10100 101 1000100 110000

Color Harmonies of #CD3627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3627

Black with #CD3627

Text Example


Text Example

White with #CD3627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3627; }

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

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

background-color css

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

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

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

border-color css

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

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

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