Html Css Color HEX #C0382D Persian Red

📋 copy color: '#C0382D'

red 192 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #C0382D

Tints of Persian Red #C0382D

RGB

 RED value IS 192 (75.39% from 255) = 65.53%

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

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

R = 65.53%
G = 19.11%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0382D (or 0xC0382D) is known color: Persian Red. HEX triplet: C0, 38 and 2D. RGB value is (192,56,45). Sum of RGB (Red+Green+Blue) = 192+56+45=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0382D is #3FC7D2. Grayscale: #5F5F5F. Windows color (decimal): -4179923 or 2963648. OLE color: 2963648.

HSL color Cylindrical-coordinate representation of color #C0382D: hue angle of 4.49º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0382D is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 45 -
CMYK 0 0.71 0.77 0.25
HSL 4.49º 0.62% 0.46% -
HSV(B) 4.49º 0.77% 0.75% -
XYZ 23.63 14.22 3.98 -
YUV 95.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 192 56 45 0 0.71 0.77 0.25 4.49 0.62 0.46
Hex C0 38 2D 0 47 4D 19 4 3E 2E
Octal 300 70 55 0 107 115 31 4 76 56
Binary 11000000 111000 101101 0 1000111 1001101 11001 100 111110 101110

Color Harmonies of #C0382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0382D

Black with #C0382D

Text Example


Text Example

White with #C0382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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