Html Css Color HEX #C8362D Persian Red

📋 copy color: '#C8362D'

red 200 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #C8362D

Tints of Persian Red #C8362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 66.89%
G = 18.06%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8362D (or 0xC8362D) is known color: Persian Red. HEX triplet: C8, 36 and 2D. RGB value is (200,54,45). Sum of RGB (Red+Green+Blue) = 200+54+45=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362D is #37C9D2. Grayscale: #606060. Windows color (decimal): -3656147 or 2963144. OLE color: 2963144.

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

Color convert

RGB 200 54 45 -
CMYK 0 0.73 0.78 0.22
HSL 3.48º 0.63% 0.48% -
HSV(B) 3.48º 0.78% 0.78% -
XYZ 25.61 15.11 4.05 -
YUV 96.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 200 54 45 0 0.73 0.78 0.22 3.48 0.63 0.48
Hex C8 36 2D 0 49 4E 16 3 3F 30
Octal 310 66 55 0 111 116 26 3 77 60
Binary 11001000 110110 101101 0 1001001 1001110 10110 11 111111 110000

Color Harmonies of #C8362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8362D

Black with #C8362D

Text Example


Text Example

White with #C8362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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