Html Css Color HEX #C0312F Persian Red

📋 copy color: '#C0312F'

red 192 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #C0312F

Tints of Persian Red #C0312F

RGB

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

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

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

R = 66.67%
G = 17.01%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0312F (or 0xC0312F) is known color: Persian Red. HEX triplet: C0, 31 and 2F. RGB value is (192,49,47). Sum of RGB (Red+Green+Blue) = 192+49+47=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0312F is #3FCED0. Grayscale: #5B5B5B. Windows color (decimal): -4181713 or 3092928. OLE color: 3092928.

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

Color convert

RGB 192 49 47 -
CMYK 0 0.74 0.76 0.25
HSL 0.83º 0.61% 0.47% -
HSV(B) 0.83º 0.76% 0.75% -
XYZ 23.35 13.61 4.09 -
YUV 91.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 192 49 47 0 0.74 0.76 0.25 0.83 0.61 0.47
Hex C0 31 2F 0 4A 4C 19 1 3D 2F
Octal 300 61 57 0 112 114 31 1 75 57
Binary 11000000 110001 101111 0 1001010 1001100 11001 1 111101 101111

Color Harmonies of #C0312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0312F

Black with #C0312F

Text Example


Text Example

White with #C0312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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