Html Css Color HEX #C12F2C Persian Red

📋 copy color: '#C12F2C'

red 193 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #C12F2C

Tints of Persian Red #C12F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 67.96%
G = 16.55%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C12F2C (or 0xC12F2C) is known color: Persian Red. HEX triplet: C1, 2F and 2C. RGB value is (193,47,44). Sum of RGB (Red+Green+Blue) = 193+47+44=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F2C is #3ED0D3. Grayscale: #5A5A5A. Windows color (decimal): -4116692 or 2895809. OLE color: 2895809.

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

Color convert

RGB 193 47 44 -
CMYK 0 0.76 0.77 0.24
HSL 1.21º 0.63% 0.46% -
HSV(B) 1.21º 0.77% 0.76% -
XYZ 23.46 13.55 3.76 -
YUV 90.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 193 47 44 0 0.76 0.77 0.24 1.21 0.63 0.46
Hex C1 2F 2C 0 4C 4D 18 1 3F 2E
Octal 301 57 54 0 114 115 30 1 77 56
Binary 11000001 101111 101100 0 1001100 1001101 11000 1 111111 101110

Color Harmonies of #C12F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12F2C

Black with #C12F2C

Text Example


Text Example

White with #C12F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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