Html Css Color HEX #C43C31 Persian Red

📋 copy color: '#C43C31'

red 196 ◦ green 60 ◦ blue 49

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

Shades of Persian Red #C43C31

Tints of Persian Red #C43C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 64.26%
G = 19.67%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C43C31 (or 0xC43C31) is known color: Persian Red. HEX triplet: C4, 3C and 31. RGB value is (196,60,49). Sum of RGB (Red+Green+Blue) = 196+60+49=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C31 is #3BC3CE. Grayscale: #636363. Windows color (decimal): -3916751 or 3226820. OLE color: 3226820.

HSL color Cylindrical-coordinate representation of color #C43C31: hue angle of 4.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43C31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 49 -
CMYK 0 0.69 0.75 0.23
HSL 4.49º 0.6% 0.48% -
HSV(B) 4.49º 0.75% 0.77% -
XYZ 24.94 15.19 4.52 -
YUV 99.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 196 60 49 0 0.69 0.75 0.23 4.49 0.6 0.48
Hex C4 3C 31 0 45 4B 17 4 3C 30
Octal 304 74 61 0 105 113 27 4 74 60
Binary 11000100 111100 110001 0 1000101 1001011 10111 100 111100 110000

Color Harmonies of #C43C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C31

Black with #C43C31

Text Example


Text Example

White with #C43C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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