Html Css Color HEX #C0342F Persian Red

📋 copy color: '#C0342F'

red 192 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #C0342F

Tints of Persian Red #C0342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 65.98%
G = 17.87%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0342F (or 0xC0342F) is known color: Persian Red. HEX triplet: C0, 34 and 2F. RGB value is (192,52,47). Sum of RGB (Red+Green+Blue) = 192+52+47=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0342F is #3FCBD0. Grayscale: #5D5D5D. Windows color (decimal): -4180945 or 3093696. OLE color: 3093696.

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

Color convert

RGB 192 52 47 -
CMYK 0 0.73 0.76 0.25
HSL 2.07º 0.61% 0.47% -
HSV(B) 2.07º 0.76% 0.75% -
XYZ 23.48 13.87 4.13 -
YUV 93.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 192 52 47 0 0.73 0.76 0.25 2.07 0.61 0.47
Hex C0 34 2F 0 49 4C 19 2 3D 2F
Octal 300 64 57 0 111 114 31 2 75 57
Binary 11000000 110100 101111 0 1001001 1001100 11001 10 111101 101111

Color Harmonies of #C0342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0342F

Black with #C0342F

Text Example


Text Example

White with #C0342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0342F; }

 p { color: rgb(192,52,47); }

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

background-color css

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

 a { background-color: rgb(192,52,47); }

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

border-color css

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

 span { border-color: rgb(192,52,47); }

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