Html Css Color HEX #C0352C Persian Red

📋 copy color: '#C0352C'

red 192 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #C0352C

Tints of Persian Red #C0352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 66.44%
G = 18.34%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0352C (or 0xC0352C) is known color: Persian Red. HEX triplet: C0, 35 and 2C. RGB value is (192,53,44). Sum of RGB (Red+Green+Blue) = 192+53+44=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0352C is #3FCAD3. Grayscale: #5D5D5D. Windows color (decimal): -4180692 or 2897344. OLE color: 2897344.

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

Color convert

RGB 192 53 44 -
CMYK 0 0.72 0.77 0.25
HSL 3.65º 0.63% 0.46% -
HSV(B) 3.65º 0.77% 0.75% -
XYZ 23.47 13.93 3.84 -
YUV 93.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 192 53 44 0 0.72 0.77 0.25 3.65 0.63 0.46
Hex C0 35 2C 0 48 4D 19 4 3F 2E
Octal 300 65 54 0 110 115 31 4 77 56
Binary 11000000 110101 101100 0 1001000 1001101 11001 100 111111 101110

Color Harmonies of #C0352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0352C

Black with #C0352C

Text Example


Text Example

White with #C0352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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