Html Css Color HEX #CD372E Persian Red

📋 copy color: '#CD372E'

red 205 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #CD372E

Tints of Persian Red #CD372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 66.99%
G = 17.97%
B = 15.03%

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

#CD372E (or 0xCD372E) is known color: Persian Red. HEX triplet: CD, 37 and 2E. RGB value is (205,55,46). Sum of RGB (Red+Green+Blue) = 205+55+46=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD372E is #32C8D1. Grayscale: #636363. Windows color (decimal): -3328210 or 3028941. OLE color: 3028941.

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

Color convert

RGB 205 55 46 -
CMYK 0 0.73 0.78 0.20
HSL 3.4º 0.63% 0.49% -
HSV(B) 3.4º 0.78% 0.8% -
XYZ 27.04 15.91 4.23 -
YUV 98.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 205 55 46 0 0.73 0.78 0.20 3.4 0.63 0.49
Hex CD 37 2E 0 49 4E 14 3 3F 31
Octal 315 67 56 0 111 116 24 3 77 61
Binary 11001101 110111 101110 0 1001001 1001110 10100 11 111111 110001

Color Harmonies of #CD372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD372E

Black with #CD372E

Text Example


Text Example

White with #CD372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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