Html Css Color HEX #C43E31 Persian Red

📋 copy color: '#C43E31'

red 196 ◦ green 62 ◦ blue 49

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

Shades of Persian Red #C43E31

Tints of Persian Red #C43E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 63.84%
G = 20.2%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C43E31 (or 0xC43E31) is known color: Persian Red. HEX triplet: C4, 3E and 31. RGB value is (196,62,49). Sum of RGB (Red+Green+Blue) = 196+62+49=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E31 is #3BC1CE. Grayscale: #646464. Windows color (decimal): -3916239 or 3227332. OLE color: 3227332.

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

Color convert

RGB 196 62 49 -
CMYK 0 0.68 0.75 0.23
HSL 5.31º 0.6% 0.48% -
HSV(B) 5.31º 0.75% 0.77% -
XYZ 25.04 15.4 4.56 -
YUV 100.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 196 62 49 0 0.68 0.75 0.23 5.31 0.6 0.48
Hex C4 3E 31 0 44 4B 17 5 3C 30
Octal 304 76 61 0 104 113 27 5 74 60
Binary 11000100 111110 110001 0 1000100 1001011 10111 101 111100 110000

Color Harmonies of #C43E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E31

Black with #C43E31

Text Example


Text Example

White with #C43E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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