Html Css Color HEX #C0312D Persian Red

📋 copy color: '#C0312D'

red 192 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #C0312D

Tints of Persian Red #C0312D

RGB

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

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

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

R = 67.13%
G = 17.13%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0312D (or 0xC0312D) is known color: Persian Red. HEX triplet: C0, 31 and 2D. RGB value is (192,49,45). Sum of RGB (Red+Green+Blue) = 192+49+45=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0312D is #3FCED2. Grayscale: #5B5B5B. Windows color (decimal): -4181715 or 2961856. OLE color: 2961856.

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

Color convert

RGB 192 49 45 -
CMYK 0 0.74 0.77 0.25
HSL 1.63º 0.62% 0.46% -
HSV(B) 1.63º 0.77% 0.75% -
XYZ 23.31 13.59 3.88 -
YUV 91.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 192 49 45 0 0.74 0.77 0.25 1.63 0.62 0.46
Hex C0 31 2D 0 4A 4D 19 2 3E 2E
Octal 300 61 55 0 112 115 31 2 76 56
Binary 11000000 110001 101101 0 1001010 1001101 11001 10 111110 101110

Color Harmonies of #C0312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0312D

Black with #C0312D

Text Example


Text Example

White with #C0312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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