Html Css Color HEX #C0312B Persian Red

📋 copy color: '#C0312B'

red 192 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C0312B

Tints of Persian Red #C0312B

RGB

 RED value IS 192 (75.39% from 255) = 67.61%

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

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

R = 67.61%
G = 17.25%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0312B (or 0xC0312B) is known color: Persian Red. HEX triplet: C0, 31 and 2B. RGB value is (192,49,43). Sum of RGB (Red+Green+Blue) = 192+49+43=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0312B is #3FCED4. Grayscale: #5B5B5B. Windows color (decimal): -4181717 or 2830784. OLE color: 2830784.

HSL color Cylindrical-coordinate representation of color #C0312B: hue angle of 2.42º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0312B is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 43 -
CMYK 0 0.74 0.78 0.25
HSL 2.42º 0.63% 0.46% -
HSV(B) 2.42º 0.78% 0.75% -
XYZ 23.27 13.58 3.68 -
YUV 91.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 192 49 43 0 0.74 0.78 0.25 2.42 0.63 0.46
Hex C0 31 2B 0 4A 4E 19 2 3F 2E
Octal 300 61 53 0 112 116 31 2 77 56
Binary 11000000 110001 101011 0 1001010 1001110 11001 10 111111 101110

Color Harmonies of #C0312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0312B

Black with #C0312B

Text Example


Text Example

White with #C0312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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