Html Css Color HEX #C0322C Persian Red

📋 copy color: '#C0322C'

red 192 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C0322C

Tints of Persian Red #C0322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 67.13%
G = 17.48%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0322C (or 0xC0322C) is known color: Persian Red. HEX triplet: C0, 32 and 2C. RGB value is (192,50,44). Sum of RGB (Red+Green+Blue) = 192+50+44=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0322C is #3FCDD3. Grayscale: #5B5B5B. Windows color (decimal): -4181460 or 2896576. OLE color: 2896576.

HSL color Cylindrical-coordinate representation of color #C0322C: hue angle of 2.43º degrees, saturation: 0.63, 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 #C0322C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 44 -
CMYK 0 0.74 0.77 0.25
HSL 2.43º 0.63% 0.46% -
HSV(B) 2.43º 0.77% 0.75% -
XYZ 23.33 13.67 3.79 -
YUV 91.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 192 50 44 0 0.74 0.77 0.25 2.43 0.63 0.46
Hex C0 32 2C 0 4A 4D 19 2 3F 2E
Octal 300 62 54 0 112 115 31 2 77 56
Binary 11000000 110010 101100 0 1001010 1001101 11001 10 111111 101110

Color Harmonies of #C0322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0322C

Black with #C0322C

Text Example


Text Example

White with #C0322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0322C; }

 p { color: rgb(192,50,44); }

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

background-color css

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

 a { background-color: rgb(192,50,44); }

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

border-color css

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

 span { border-color: rgb(192,50,44); }

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