Html Css Color HEX #C12C2B Persian Red

📋 copy color: '#C12C2B'

red 193 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #C12C2B

Tints of Persian Red #C12C2B

RGB

 RED value IS 193 (75.78% from 255) = 68.93%

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 68.93%
G = 15.71%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C12C2B (or 0xC12C2B) is known color: Persian Red. HEX triplet: C1, 2C and 2B. RGB value is (193,44,43). Sum of RGB (Red+Green+Blue) = 193+44+43=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C2B is #3ED3D4. Grayscale: #585858. Windows color (decimal): -4117461 or 2829505. OLE color: 2829505.

HSL color Cylindrical-coordinate representation of color #C12C2B: hue angle of 0.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12C2B is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 44 43 -
CMYK 0 0.77 0.78 0.24
HSL 0.4º 0.64% 0.46% -
HSV(B) 0.4º 0.78% 0.76% -
XYZ 23.33 13.31 3.63 -
YUV 88.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 193 44 43 0 0.77 0.78 0.24 0.4 0.64 0.46
Hex C1 2C 2B 0 4D 4E 18 0 40 2E
Octal 301 54 53 0 115 116 30 0 100 56
Binary 11000001 101100 101011 0 1001101 1001110 11000 0 1000000 101110

Color Harmonies of #C12C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C2B

Black with #C12C2B

Text Example


Text Example

White with #C12C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C2B; }

 p { color: rgb(193,44,43); }

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

background-color css

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

 a { background-color: rgb(193,44,43); }

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

border-color css

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

 span { border-color: rgb(193,44,43); }

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