Html Css Color HEX #C7322D Persian Red

📋 copy color: '#C7322D'

red 199 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #C7322D

Tints of Persian Red #C7322D

RGB

 RED value IS 199 (78.13% from 255) = 67.69%

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 67.69%
G = 17.01%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7322D (or 0xC7322D) is known color: Persian Red. HEX triplet: C7, 32 and 2D. RGB value is (199,50,45). Sum of RGB (Red+Green+Blue) = 199+50+45=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7322D is #38CDD2. Grayscale: #5E5E5E. Windows color (decimal): -3722707 or 2962119. OLE color: 2962119.

HSL color Cylindrical-coordinate representation of color #C7322D: hue angle of 1.95º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7322D is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 50 45 -
CMYK 0 0.75 0.77 0.22
HSL 1.95º 0.63% 0.48% -
HSV(B) 1.95º 0.77% 0.78% -
XYZ 25.17 14.61 3.98 -
YUV 93.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 199 50 45 0 0.75 0.77 0.22 1.95 0.63 0.48
Hex C7 32 2D 0 4B 4D 16 2 3F 30
Octal 307 62 55 0 113 115 26 2 77 60
Binary 11000111 110010 101101 0 1001011 1001101 10110 10 111111 110000

Color Harmonies of #C7322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7322D

Black with #C7322D

Text Example


Text Example

White with #C7322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7322D; }

 p { color: rgb(199,50,45); }

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

background-color css

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

 a { background-color: rgb(199,50,45); }

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

border-color css

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

 span { border-color: rgb(199,50,45); }

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