Html Css Color HEX #CD3F37 Persian Red

📋 copy color: '#CD3F37'

red 205 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #CD3F37

Tints of Persian Red #CD3F37

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 63.47%
G = 19.5%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD3F37 (or 0xCD3F37) is known color: Persian Red. HEX triplet: CD, 3F and 37. RGB value is (205,63,55). Sum of RGB (Red+Green+Blue) = 205+63+55=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F37 is #32C0C8. Grayscale: #686868. Windows color (decimal): -3326153 or 3620813. OLE color: 3620813.

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

Color convert

RGB 205 63 55 -
CMYK 0 0.69 0.73 0.20
HSL 3.2º 0.6% 0.51% -
HSV(B) 3.2º 0.73% 0.8% -
XYZ 27.64 16.81 5.4 -
YUV 104.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 205 63 55 0 0.69 0.73 0.20 3.2 0.6 0.51
Hex CD 3F 37 0 45 49 14 3 3C 33
Octal 315 77 67 0 105 111 24 3 74 63
Binary 11001101 111111 110111 0 1000101 1001001 10100 11 111100 110011

Color Harmonies of #CD3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F37

Black with #CD3F37

Text Example


Text Example

White with #CD3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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