Html Css Color HEX #CD3837 Persian Red

📋 copy color: '#CD3837'

red 205 ◦ green 56 ◦ blue 55

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

Shades of Persian Red #CD3837

Tints of Persian Red #CD3837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 64.87%
G = 17.72%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD3837 (or 0xCD3837) is known color: Persian Red. HEX triplet: CD, 38 and 37. RGB value is (205,56,55). Sum of RGB (Red+Green+Blue) = 205+56+55=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3837 is #32C7C8. Grayscale: #646464. Windows color (decimal): -3327945 or 3619021. OLE color: 3619021.

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

Color convert

RGB 205 56 55 -
CMYK 0 0.73 0.73 0.20
HSL 0.4º 0.6% 0.51% -
HSV(B) 0.4º 0.73% 0.8% -
XYZ 27.28 16.08 5.28 -
YUV 100.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 205 56 55 0 0.73 0.73 0.20 0.4 0.6 0.51
Hex CD 38 37 0 49 49 14 0 3C 33
Octal 315 70 67 0 111 111 24 0 74 63
Binary 11001101 111000 110111 0 1001001 1001001 10100 0 111100 110011

Color Harmonies of #CD3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3837

Black with #CD3837

Text Example


Text Example

White with #CD3837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3837; }

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

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

background-color css

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

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

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

border-color css

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

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

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