Html Css Color HEX #C8362E Persian Red

📋 copy color: '#C8362E'

red 200 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #C8362E

Tints of Persian Red #C8362E

RGB

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

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

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

R = 66.67%
G = 18%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8362E (or 0xC8362E) is known color: Persian Red. HEX triplet: C8, 36 and 2E. RGB value is (200,54,46). Sum of RGB (Red+Green+Blue) = 200+54+46=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362E is #37C9D1. Grayscale: #606060. Windows color (decimal): -3656146 or 3028680. OLE color: 3028680.

HSL color Cylindrical-coordinate representation of color #C8362E: hue angle of 3.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8362E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 54 46 -
CMYK 0 0.73 0.77 0.22
HSL 3.12º 0.63% 0.48% -
HSV(B) 3.12º 0.77% 0.78% -
XYZ 25.63 15.11 4.15 -
YUV 96.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 200 54 46 0 0.73 0.77 0.22 3.12 0.63 0.48
Hex C8 36 2E 0 49 4D 16 3 3F 30
Octal 310 66 56 0 111 115 26 3 77 60
Binary 11001000 110110 101110 0 1001001 1001101 10110 11 111111 110000

Color Harmonies of #C8362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8362E

Black with #C8362E

Text Example


Text Example

White with #C8362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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