Html Css Color HEX #C43128 Persian Red

📋 copy color: '#C43128'

red 196 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #C43128

Tints of Persian Red #C43128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 68.77%
G = 17.19%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C43128 (or 0xC43128) is known color: Persian Red. HEX triplet: C4, 31 and 28. RGB value is (196,49,40). Sum of RGB (Red+Green+Blue) = 196+49+40=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C43128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43128 is #3BCED7. Grayscale: #5C5C5C. Windows color (decimal): -3919576 or 2634180. OLE color: 2634180.

HSL color Cylindrical-coordinate representation of color #C43128: hue angle of 3.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C43128 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 40 -
CMYK 0 0.75 0.80 0.23
HSL 3.46º 0.66% 0.46% -
HSV(B) 3.46º 0.8% 0.77% -
XYZ 24.25 14.09 3.45 -
YUV 91.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 196 49 40 0 0.75 0.80 0.23 3.46 0.66 0.46
Hex C4 31 28 0 4B 50 17 3 42 2E
Octal 304 61 50 0 113 120 27 3 102 56
Binary 11000100 110001 101000 0 1001011 1010000 10111 11 1000010 101110

Color Harmonies of #C43128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43128

Black with #C43128

Text Example


Text Example

White with #C43128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43128; }

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

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

background-color css

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

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

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

border-color css

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

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

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