Html Css Color HEX #C0312A Persian Red

📋 copy color: '#C0312A'

red 192 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #C0312A

Tints of Persian Red #C0312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 67.84%
G = 17.31%
B = 14.84%

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

#C0312A (or 0xC0312A) is known color: Persian Red. HEX triplet: C0, 31 and 2A. RGB value is (192,49,42). Sum of RGB (Red+Green+Blue) = 192+49+42=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0312A is #3FCED5. Grayscale: #5B5B5B. Windows color (decimal): -4181718 or 2765248. OLE color: 2765248.

HSL color Cylindrical-coordinate representation of color #C0312A: hue angle of 2.8º degrees, saturation: 0.64, 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 #C0312A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 42 -
CMYK 0 0.74 0.78 0.25
HSL 2.8º 0.64% 0.46% -
HSV(B) 2.8º 0.78% 0.75% -
XYZ 23.25 13.57 3.58 -
YUV 90.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 192 49 42 0 0.74 0.78 0.25 2.8 0.64 0.46
Hex C0 31 2A 0 4A 4E 19 3 40 2E
Octal 300 61 52 0 112 116 31 3 100 56
Binary 11000000 110001 101010 0 1001010 1001110 11001 11 1000000 101110

Color Harmonies of #C0312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0312A

Black with #C0312A

Text Example


Text Example

White with #C0312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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