Html Css Color HEX #C13F3D Persian Red

📋 copy color: '#C13F3D'

red 193 ◦ green 63 ◦ blue 61

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

Shades of Persian Red #C13F3D

Tints of Persian Red #C13F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 60.88%
G = 19.87%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C13F3D (or 0xC13F3D) is known color: Persian Red. HEX triplet: C1, 3F and 3D. RGB value is (193,63,61). Sum of RGB (Red+Green+Blue) = 193+63+61=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F3D is #3EC0C2. Grayscale: #656565. Windows color (decimal): -4112579 or 4014017. OLE color: 4014017.

HSL color Cylindrical-coordinate representation of color #C13F3D: hue angle of 0.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13F3D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 61 -
CMYK 0 0.67 0.68 0.24
HSL 0.91º 0.52% 0.5% -
HSV(B) 0.91º 0.68% 0.76% -
XYZ 24.61 15.23 6.06 -
YUV 101.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 193 63 61 0 0.67 0.68 0.24 0.91 0.52 0.5
Hex C1 3F 3D 0 43 44 18 1 34 32
Octal 301 77 75 0 103 104 30 1 64 62
Binary 11000001 111111 111101 0 1000011 1000100 11000 1 110100 110010

Color Harmonies of #C13F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F3D

Black with #C13F3D

Text Example


Text Example

White with #C13F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F3D; }

 p { color: rgb(193,63,61); }

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

background-color css

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

 a { background-color: rgb(193,63,61); }

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

border-color css

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

 span { border-color: rgb(193,63,61); }

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