Html Css Color HEX #C43C3A Persian Red

📋 copy color: '#C43C3A'

red 196 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #C43C3A

Tints of Persian Red #C43C3A

RGB

 RED value IS 196 (76.95% from 255) = 62.42%

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 62.42%
G = 19.11%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C43C3A (or 0xC43C3A) is known color: Persian Red. HEX triplet: C4, 3C and 3A. RGB value is (196,60,58). Sum of RGB (Red+Green+Blue) = 196+60+58=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C3A is #3BC3C5. Grayscale: #646464. Windows color (decimal): -3916742 or 3816644. OLE color: 3816644.

HSL color Cylindrical-coordinate representation of color #C43C3A: hue angle of 0.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43C3A is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 58 -
CMYK 0 0.69 0.70 0.23
HSL 0.87º 0.54% 0.5% -
HSV(B) 0.87º 0.7% 0.77% -
XYZ 25.14 15.27 5.63 -
YUV 100.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 196 60 58 0 0.69 0.70 0.23 0.87 0.54 0.5
Hex C4 3C 3A 0 45 46 17 1 36 32
Octal 304 74 72 0 105 106 27 1 66 62
Binary 11000100 111100 111010 0 1000101 1000110 10111 1 110110 110010

Color Harmonies of #C43C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C3A

Black with #C43C3A

Text Example


Text Example

White with #C43C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C3A; }

 p { color: rgb(196,60,58); }

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

background-color css

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

 a { background-color: rgb(196,60,58); }

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

border-color css

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

 span { border-color: rgb(196,60,58); }

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