Html Css Color HEX #C8362A Persian Red

📋 copy color: '#C8362A'

red 200 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #C8362A

Tints of Persian Red #C8362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 67.57%
G = 18.24%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8362A (or 0xC8362A) is known color: Persian Red. HEX triplet: C8, 36 and 2A. RGB value is (200,54,42). Sum of RGB (Red+Green+Blue) = 200+54+42=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362A is #37C9D5. Grayscale: #606060. Windows color (decimal): -3656150 or 2766536. OLE color: 2766536.

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

Color convert

RGB 200 54 42 -
CMYK 0 0.73 0.79 0.22
HSL 4.56º 0.65% 0.47% -
HSV(B) 4.56º 0.79% 0.78% -
XYZ 25.56 15.08 3.76 -
YUV 96.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 200 54 42 0 0.73 0.79 0.22 4.56 0.65 0.47
Hex C8 36 2A 0 49 4F 16 5 41 2F
Octal 310 66 52 0 111 117 26 5 101 57
Binary 11001000 110110 101010 0 1001001 1001111 10110 101 1000001 101111

Color Harmonies of #C8362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8362A

Black with #C8362A

Text Example


Text Example

White with #C8362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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