Html Css Color HEX #C8342A Persian Red

📋 copy color: '#C8342A'

red 200 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #C8342A

Tints of Persian Red #C8342A

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

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

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

R = 68.03%
G = 17.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8342A (or 0xC8342A) is known color: Persian Red. HEX triplet: C8, 34 and 2A. RGB value is (200,52,42). Sum of RGB (Red+Green+Blue) = 200+52+42=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8342A is #37CBD5. Grayscale: #5F5F5F. Windows color (decimal): -3656662 or 2766024. OLE color: 2766024.

HSL color Cylindrical-coordinate representation of color #C8342A: hue angle of 3.8º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8342A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 42 -
CMYK 0 0.74 0.79 0.22
HSL 3.8º 0.65% 0.47% -
HSV(B) 3.8º 0.79% 0.78% -
XYZ 25.47 14.9 3.72 -
YUV 95.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 200 52 42 0 0.74 0.79 0.22 3.8 0.65 0.47
Hex C8 34 2A 0 4A 4F 16 4 41 2F
Octal 310 64 52 0 112 117 26 4 101 57
Binary 11001000 110100 101010 0 1001010 1001111 10110 100 1000001 101111

Color Harmonies of #C8342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8342A

Black with #C8342A

Text Example


Text Example

White with #C8342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8342A; }

 p { color: rgb(200,52,42); }

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

background-color css

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

 a { background-color: rgb(200,52,42); }

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

border-color css

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

 span { border-color: rgb(200,52,42); }

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