Html Css Color HEX #C0332A Persian Red

📋 copy color: '#C0332A'

red 192 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #C0332A

Tints of Persian Red #C0332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 67.37%
G = 17.89%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0332A (or 0xC0332A) is known color: Persian Red. HEX triplet: C0, 33 and 2A. RGB value is (192,51,42). Sum of RGB (Red+Green+Blue) = 192+51+42=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0332A is #3FCCD5. Grayscale: #5C5C5C. Windows color (decimal): -4181206 or 2765760. OLE color: 2765760.

HSL color Cylindrical-coordinate representation of color #C0332A: hue angle of 3.6º degrees, saturation: 0.64, 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 #C0332A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 42 -
CMYK 0 0.73 0.78 0.25
HSL 3.6º 0.64% 0.46% -
HSV(B) 3.6º 0.78% 0.75% -
XYZ 23.34 13.74 3.61 -
YUV 92.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 192 51 42 0 0.73 0.78 0.25 3.6 0.64 0.46
Hex C0 33 2A 0 49 4E 19 4 40 2E
Octal 300 63 52 0 111 116 31 4 100 56
Binary 11000000 110011 101010 0 1001001 1001110 11001 100 1000000 101110

Color Harmonies of #C0332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0332A

Black with #C0332A

Text Example


Text Example

White with #C0332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0332A; }

 p { color: rgb(192,51,42); }

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

background-color css

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

 a { background-color: rgb(192,51,42); }

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

border-color css

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

 span { border-color: rgb(192,51,42); }

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