Html Css Color HEX #C8312B Persian Red

📋 copy color: '#C8312B'

red 200 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C8312B

Tints of Persian Red #C8312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 68.49%
G = 16.78%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8312B (or 0xC8312B) is known color: Persian Red. HEX triplet: C8, 31 and 2B. RGB value is (200,49,43). Sum of RGB (Red+Green+Blue) = 200+49+43=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8312B is #37CED4. Grayscale: #5D5D5D. Windows color (decimal): -3657429 or 2830792. OLE color: 2830792.

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

Color convert

RGB 200 49 43 -
CMYK 0 0.76 0.78 0.22
HSL 2.29º 0.65% 0.48% -
HSV(B) 2.29º 0.79% 0.78% -
XYZ 25.35 14.65 3.78 -
YUV 93.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 200 49 43 0 0.76 0.78 0.22 2.29 0.65 0.48
Hex C8 31 2B 0 4C 4E 16 2 41 30
Octal 310 61 53 0 114 116 26 2 101 60
Binary 11001000 110001 101011 0 1001100 1001110 10110 10 1000001 110000

Color Harmonies of #C8312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8312B

Black with #C8312B

Text Example


Text Example

White with #C8312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8312B; }

 p { color: rgb(200,49,43); }

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

background-color css

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

 a { background-color: rgb(200,49,43); }

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

border-color css

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

 span { border-color: rgb(200,49,43); }

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