Html Css Color HEX #C43936 Persian Red

📋 copy color: '#C43936'

red 196 ◦ green 57 ◦ blue 54

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

Shades of Persian Red #C43936

Tints of Persian Red #C43936

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 63.84%
G = 18.57%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43936 (or 0xC43936) is known color: Persian Red. HEX triplet: C4, 39 and 36. RGB value is (196,57,54). Sum of RGB (Red+Green+Blue) = 196+57+54=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C43936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43936 is #3BC6C9. Grayscale: #626262. Windows color (decimal): -3917514 or 3553732. OLE color: 3553732.

HSL color Cylindrical-coordinate representation of color #C43936: hue angle of 1.27º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43936 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 54 -
CMYK 0 0.71 0.72 0.23
HSL 1.27º 0.57% 0.49% -
HSV(B) 1.27º 0.72% 0.77% -
XYZ 24.89 14.93 5.06 -
YUV 98.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 196 57 54 0 0.71 0.72 0.23 1.27 0.57 0.49
Hex C4 39 36 0 47 48 17 1 39 31
Octal 304 71 66 0 107 110 27 1 71 61
Binary 11000100 111001 110110 0 1000111 1001000 10111 1 111001 110001

Color Harmonies of #C43936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43936

Black with #C43936

Text Example


Text Example

White with #C43936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43936; }

 p { color: rgb(196,57,54); }

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

background-color css

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

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

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

border-color css

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

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

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