Html Css Color HEX #CD3E37 Persian Red

📋 copy color: '#CD3E37'

red 205 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #CD3E37

Tints of Persian Red #CD3E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 63.66%
G = 19.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD3E37 (or 0xCD3E37) is known color: Persian Red. HEX triplet: CD, 3E and 37. RGB value is (205,62,55). Sum of RGB (Red+Green+Blue) = 205+62+55=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E37 is #32C1C8. Grayscale: #686868. Windows color (decimal): -3326409 or 3620557. OLE color: 3620557.

HSL color Cylindrical-coordinate representation of color #CD3E37: hue angle of 2.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3E37 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 62 55 -
CMYK 0 0.70 0.73 0.20
HSL 2.8º 0.6% 0.51% -
HSV(B) 2.8º 0.73% 0.8% -
XYZ 27.59 16.7 5.38 -
YUV 103.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 205 62 55 0 0.70 0.73 0.20 2.8 0.6 0.51
Hex CD 3E 37 0 46 49 14 3 3C 33
Octal 315 76 67 0 106 111 24 3 74 63
Binary 11001101 111110 110111 0 1000110 1001001 10100 11 111100 110011

Color Harmonies of #CD3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E37

Black with #CD3E37

Text Example


Text Example

White with #CD3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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