Html Css Color HEX #C8362F Persian Red

📋 copy color: '#C8362F'

red 200 ◦ green 54 ◦ blue 47

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

Shades of Persian Red #C8362F

Tints of Persian Red #C8362F

RGB

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

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

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

R = 66.45%
G = 17.94%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8362F (or 0xC8362F) is known color: Persian Red. HEX triplet: C8, 36 and 2F. RGB value is (200,54,47). Sum of RGB (Red+Green+Blue) = 200+54+47=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362F is #37C9D0. Grayscale: #616161. Windows color (decimal): -3656145 or 3094216. OLE color: 3094216.

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

Color convert

RGB 200 54 47 -
CMYK 0 0.73 0.76 0.22
HSL 2.75º 0.62% 0.48% -
HSV(B) 2.75º 0.77% 0.78% -
XYZ 25.65 15.12 4.26 -
YUV 96.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 200 54 47 0 0.73 0.76 0.22 2.75 0.62 0.48
Hex C8 36 2F 0 49 4C 16 3 3E 30
Octal 310 66 57 0 111 114 26 3 76 60
Binary 11001000 110110 101111 0 1001001 1001100 10110 11 111110 110000

Color Harmonies of #C8362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8362F

Black with #C8362F

Text Example


Text Example

White with #C8362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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