Html Css Color HEX #C43B32 Persian Red

📋 copy color: '#C43B32'

red 196 ◦ green 59 ◦ blue 50

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

Shades of Persian Red #C43B32

Tints of Persian Red #C43B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 64.26%
G = 19.34%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43B32 (or 0xC43B32) is known color: Persian Red. HEX triplet: C4, 3B and 32. RGB value is (196,59,50). Sum of RGB (Red+Green+Blue) = 196+59+50=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B32 is #3BC4CD. Grayscale: #636363. Windows color (decimal): -3917006 or 3292100. OLE color: 3292100.

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

Color convert

RGB 196 59 50 -
CMYK 0 0.70 0.74 0.23
HSL 3.7º 0.59% 0.48% -
HSV(B) 3.7º 0.74% 0.77% -
XYZ 24.9 15.09 4.62 -
YUV 98.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 196 59 50 0 0.70 0.74 0.23 3.7 0.59 0.48
Hex C4 3B 32 0 46 4A 17 4 3B 30
Octal 304 73 62 0 106 112 27 4 73 60
Binary 11000100 111011 110010 0 1000110 1001010 10111 100 111011 110000

Color Harmonies of #C43B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B32

Black with #C43B32

Text Example


Text Example

White with #C43B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B32; }

 p { color: rgb(196,59,50); }

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

background-color css

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

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

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

border-color css

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

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

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