Html Css Color HEX #CD372D Persian Red

📋 copy color: '#CD372D'

red 205 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #CD372D

Tints of Persian Red #CD372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 67.21%
G = 18.03%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD372D (or 0xCD372D) is known color: Persian Red. HEX triplet: CD, 37 and 2D. RGB value is (205,55,45). Sum of RGB (Red+Green+Blue) = 205+55+45=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD372D is #32C8D2. Grayscale: #626262. Windows color (decimal): -3328211 or 2963405. OLE color: 2963405.

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

Color convert

RGB 205 55 45 -
CMYK 0 0.73 0.78 0.20
HSL 3.75º 0.64% 0.49% -
HSV(B) 3.75º 0.78% 0.8% -
XYZ 27.02 15.9 4.13 -
YUV 98.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 205 55 45 0 0.73 0.78 0.20 3.75 0.64 0.49
Hex CD 37 2D 0 49 4E 14 4 40 31
Octal 315 67 55 0 111 116 24 4 100 61
Binary 11001101 110111 101101 0 1001001 1001110 10100 100 1000000 110001

Color Harmonies of #CD372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD372D

Black with #CD372D

Text Example


Text Example

White with #CD372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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