Html Css Color HEX #C0352E Persian Red

📋 copy color: '#C0352E'

red 192 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #C0352E

Tints of Persian Red #C0352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 65.98%
G = 18.21%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0352E (or 0xC0352E) is known color: Persian Red. HEX triplet: C0, 35 and 2E. RGB value is (192,53,46). Sum of RGB (Red+Green+Blue) = 192+53+46=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0352E is #3FCAD1. Grayscale: #5D5D5D. Windows color (decimal): -4180690 or 3028416. OLE color: 3028416.

HSL color Cylindrical-coordinate representation of color #C0352E: hue angle of 2.88º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0352E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 46 -
CMYK 0 0.72 0.76 0.25
HSL 2.88º 0.61% 0.47% -
HSV(B) 2.88º 0.76% 0.75% -
XYZ 23.5 13.95 4.04 -
YUV 93.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 192 53 46 0 0.72 0.76 0.25 2.88 0.61 0.47
Hex C0 35 2E 0 48 4C 19 3 3D 2F
Octal 300 65 56 0 110 114 31 3 75 57
Binary 11000000 110101 101110 0 1001000 1001100 11001 11 111101 101111

Color Harmonies of #C0352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0352E

Black with #C0352E

Text Example


Text Example

White with #C0352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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