Html Css Color HEX #C43131 Persian Red

📋 copy color: '#C43131'

red 196 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #C43131

Tints of Persian Red #C43131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C43131 (or 0xC43131) is known color: Persian Red. HEX triplet: C4, 31 and 31. RGB value is (196,49,49). Sum of RGB (Red+Green+Blue) = 196+49+49=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C43131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43131 is #3BCECE. Grayscale: #5D5D5D. Windows color (decimal): -3919567 or 3224004. OLE color: 3224004.

HSL color Cylindrical-coordinate representation of color #C43131: hue angle of 0º 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 #C43131 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 49 -
CMYK 0 0.75 0.75 0.23
HSL 0.6% 0.48% -
HSV(B) 0.75% 0.77% -
XYZ 24.42 14.15 4.35 -
YUV 92.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 196 49 49 0 0.75 0.75 0.23 0 0.6 0.48
Hex C4 31 31 0 4B 4B 17 0 3C 30
Octal 304 61 61 0 113 113 27 0 74 60
Binary 11000100 110001 110001 0 1001011 1001011 10111 0 111100 110000

Color Harmonies of #C43131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43131

Black with #C43131

Text Example


Text Example

White with #C43131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43131; }

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

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

background-color css

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

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

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

border-color css

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

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

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