Html Css Color HEX #C7382D Persian Red

📋 copy color: '#C7382D'

red 199 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #C7382D

Tints of Persian Red #C7382D

RGB

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

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

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

R = 66.33%
G = 18.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7382D (or 0xC7382D) is known color: Persian Red. HEX triplet: C7, 38 and 2D. RGB value is (199,56,45). Sum of RGB (Red+Green+Blue) = 199+56+45=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7382D is #38C7D2. Grayscale: #616161. Windows color (decimal): -3721171 or 2963655. OLE color: 2963655.

HSL color Cylindrical-coordinate representation of color #C7382D: hue angle of 4.29º 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 #C7382D is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 56 45 -
CMYK 0 0.72 0.77 0.22
HSL 4.29º 0.63% 0.48% -
HSV(B) 4.29º 0.77% 0.78% -
XYZ 25.44 15.16 4.07 -
YUV 97.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 199 56 45 0 0.72 0.77 0.22 4.29 0.63 0.48
Hex C7 38 2D 0 48 4D 16 4 3F 30
Octal 307 70 55 0 110 115 26 4 77 60
Binary 11000111 111000 101101 0 1001000 1001101 10110 100 111111 110000

Color Harmonies of #C7382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7382D

Black with #C7382D

Text Example


Text Example

White with #C7382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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