Html Css Color HEX #C0352A Persian Red

📋 copy color: '#C0352A'

red 192 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #C0352A

Tints of Persian Red #C0352A

RGB

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

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

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

R = 66.9%
G = 18.47%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0352A (or 0xC0352A) is known color: Persian Red. HEX triplet: C0, 35 and 2A. RGB value is (192,53,42). Sum of RGB (Red+Green+Blue) = 192+53+42=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0352A is #3FCAD5. Grayscale: #5D5D5D. Windows color (decimal): -4180694 or 2766272. OLE color: 2766272.

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

Color convert

RGB 192 53 42 -
CMYK 0 0.72 0.78 0.25
HSL 4.4º 0.64% 0.46% -
HSV(B) 4.4º 0.78% 0.75% -
XYZ 23.43 13.92 3.64 -
YUV 93.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 192 53 42 0 0.72 0.78 0.25 4.4 0.64 0.46
Hex C0 35 2A 0 48 4E 19 4 40 2E
Octal 300 65 52 0 110 116 31 4 100 56
Binary 11000000 110101 101010 0 1001000 1001110 11001 100 1000000 101110

Color Harmonies of #C0352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0352A

Black with #C0352A

Text Example


Text Example

White with #C0352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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