Html Css Color HEX #C0322B Persian Red

📋 copy color: '#C0322B'

red 192 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #C0322B

Tints of Persian Red #C0322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 67.37%
G = 17.54%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0322B (or 0xC0322B) is known color: Persian Red. HEX triplet: C0, 32 and 2B. RGB value is (192,50,43). Sum of RGB (Red+Green+Blue) = 192+50+43=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0322B is #3FCDD4. Grayscale: #5B5B5B. Windows color (decimal): -4181461 or 2831040. OLE color: 2831040.

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

Color convert

RGB 192 50 43 -
CMYK 0 0.74 0.78 0.25
HSL 2.82º 0.63% 0.46% -
HSV(B) 2.82º 0.78% 0.75% -
XYZ 23.31 13.66 3.69 -
YUV 91.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 192 50 43 0 0.74 0.78 0.25 2.82 0.63 0.46
Hex C0 32 2B 0 4A 4E 19 3 3F 2E
Octal 300 62 53 0 112 116 31 3 77 56
Binary 11000000 110010 101011 0 1001010 1001110 11001 11 111111 101110

Color Harmonies of #C0322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0322B

Black with #C0322B

Text Example


Text Example

White with #C0322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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