Html Css Color HEX #C13826 Persian Red

📋 copy color: '#C13826'

red 193 ◦ green 56 ◦ blue 38

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

Shades of Persian Red #C13826

Tints of Persian Red #C13826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 67.25%
G = 19.51%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C13826 (or 0xC13826) is known color: Persian Red. HEX triplet: C1, 38 and 26. RGB value is (193,56,38). Sum of RGB (Red+Green+Blue) = 193+56+38=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C13826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13826 is #3EC7D9. Grayscale: #5F5F5F. Windows color (decimal): -4114394 or 2504897. OLE color: 2504897.

HSL color Cylindrical-coordinate representation of color #C13826: hue angle of 6.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C13826 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 38 -
CMYK 0 0.71 0.80 0.24
HSL 6.97º 0.67% 0.45% -
HSV(B) 6.97º 0.8% 0.76% -
XYZ 23.76 14.31 3.34 -
YUV 94.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 193 56 38 0 0.71 0.80 0.24 6.97 0.67 0.45
Hex C1 38 26 0 47 50 18 7 43 2D
Octal 301 70 46 0 107 120 30 7 103 55
Binary 11000001 111000 100110 0 1000111 1010000 11000 111 1000011 101101

Color Harmonies of #C13826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13826

Black with #C13826

Text Example


Text Example

White with #C13826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13826; }

 p { color: rgb(193,56,38); }

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

background-color css

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

 a { background-color: rgb(193,56,38); }

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

border-color css

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

 span { border-color: rgb(193,56,38); }

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