Html Css Color HEX #C0352B Persian Red

📋 copy color: '#C0352B'

red 192 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #C0352B

Tints of Persian Red #C0352B

RGB

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

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

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

R = 66.67%
G = 18.4%
B = 14.93%

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

#C0352B (or 0xC0352B) is known color: Persian Red. HEX triplet: C0, 35 and 2B. RGB value is (192,53,43). Sum of RGB (Red+Green+Blue) = 192+53+43=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0352B is #3FCAD4. Grayscale: #5D5D5D. Windows color (decimal): -4180693 or 2831808. OLE color: 2831808.

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

Color convert

RGB 192 53 43 -
CMYK 0 0.72 0.78 0.25
HSL 4.03º 0.63% 0.46% -
HSV(B) 4.03º 0.78% 0.75% -
XYZ 23.45 13.93 3.74 -
YUV 93.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 192 53 43 0 0.72 0.78 0.25 4.03 0.63 0.46
Hex C0 35 2B 0 48 4E 19 4 3F 2E
Octal 300 65 53 0 110 116 31 4 77 56
Binary 11000000 110101 101011 0 1001000 1001110 11001 100 111111 101110

Color Harmonies of #C0352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0352B

Black with #C0352B

Text Example


Text Example

White with #C0352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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