Html Css Color HEX #C1332B Persian Red

📋 copy color: '#C1332B'

red 193 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #C1332B

Tints of Persian Red #C1332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 67.25%
G = 17.77%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1332B (or 0xC1332B) is known color: Persian Red. HEX triplet: C1, 33 and 2B. RGB value is (193,51,43). Sum of RGB (Red+Green+Blue) = 193+51+43=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1332B is #3ECCD4. Grayscale: #5C5C5C. Windows color (decimal): -4115669 or 2831297. OLE color: 2831297.

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

Color convert

RGB 193 51 43 -
CMYK 0 0.74 0.78 0.24
HSL 3.2º 0.64% 0.46% -
HSV(B) 3.2º 0.78% 0.76% -
XYZ 23.61 13.88 3.72 -
YUV 92.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 193 51 43 0 0.74 0.78 0.24 3.2 0.64 0.46
Hex C1 33 2B 0 4A 4E 18 3 40 2E
Octal 301 63 53 0 112 116 30 3 100 56
Binary 11000001 110011 101011 0 1001010 1001110 11000 11 1000000 101110

Color Harmonies of #C1332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1332B

Black with #C1332B

Text Example


Text Example

White with #C1332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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