Html Css Color HEX #C0382E Persian Red

📋 copy color: '#C0382E'

red 192 ◦ green 56 ◦ blue 46

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

Shades of Persian Red #C0382E

Tints of Persian Red #C0382E

RGB

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

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

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

R = 65.31%
G = 19.05%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0382E (or 0xC0382E) is known color: Persian Red. HEX triplet: C0, 38 and 2E. RGB value is (192,56,46). Sum of RGB (Red+Green+Blue) = 192+56+46=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0382E is #3FC7D1. Grayscale: #5F5F5F. Windows color (decimal): -4179922 or 3029184. OLE color: 3029184.

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

Color convert

RGB 192 56 46 -
CMYK 0 0.71 0.76 0.25
HSL 4.11º 0.61% 0.47% -
HSV(B) 4.11º 0.76% 0.75% -
XYZ 23.65 14.23 4.09 -
YUV 95.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 192 56 46 0 0.71 0.76 0.25 4.11 0.61 0.47
Hex C0 38 2E 0 47 4C 19 4 3D 2F
Octal 300 70 56 0 107 114 31 4 75 57
Binary 11000000 111000 101110 0 1000111 1001100 11001 100 111101 101111

Color Harmonies of #C0382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0382E

Black with #C0382E

Text Example


Text Example

White with #C0382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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