Html Css Color HEX #C13228 Persian Red

📋 copy color: '#C13228'

red 193 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #C13228

Tints of Persian Red #C13228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 68.2%
G = 17.67%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C13228 (or 0xC13228) is known color: Persian Red. HEX triplet: C1, 32 and 28. RGB value is (193,50,40). Sum of RGB (Red+Green+Blue) = 193+50+40=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C13228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13228 is #3ECDD7. Grayscale: #5B5B5B. Windows color (decimal): -4115928 or 2634433. OLE color: 2634433.

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

Color convert

RGB 193 50 40 -
CMYK 0 0.74 0.79 0.24
HSL 3.92º 0.66% 0.46% -
HSV(B) 3.92º 0.79% 0.76% -
XYZ 23.52 13.77 3.43 -
YUV 91.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 193 50 40 0 0.74 0.79 0.24 3.92 0.66 0.46
Hex C1 32 28 0 4A 4F 18 4 42 2E
Octal 301 62 50 0 112 117 30 4 102 56
Binary 11000001 110010 101000 0 1001010 1001111 11000 100 1000010 101110

Color Harmonies of #C13228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13228

Black with #C13228

Text Example


Text Example

White with #C13228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13228; }

 p { color: rgb(193,50,40); }

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

background-color css

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

 a { background-color: rgb(193,50,40); }

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

border-color css

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

 span { border-color: rgb(193,50,40); }

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