Html Css Color HEX #C43732 Persian Red

📋 copy color: '#C43732'

red 196 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C43732

Tints of Persian Red #C43732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 65.12%
G = 18.27%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43732 (or 0xC43732) is known color: Persian Red. HEX triplet: C4, 37 and 32. RGB value is (196,55,50). Sum of RGB (Red+Green+Blue) = 196+55+50=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C43732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43732 is #3BC8CD. Grayscale: #606060. Windows color (decimal): -3918030 or 3291076. OLE color: 3291076.

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

Color convert

RGB 196 55 50 -
CMYK 0 0.72 0.74 0.23
HSL 2.05º 0.59% 0.48% -
HSV(B) 2.05º 0.74% 0.77% -
XYZ 24.71 14.7 4.55 -
YUV 96.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 196 55 50 0 0.72 0.74 0.23 2.05 0.59 0.48
Hex C4 37 32 0 48 4A 17 2 3B 30
Octal 304 67 62 0 110 112 27 2 73 60
Binary 11000100 110111 110010 0 1001000 1001010 10111 10 111011 110000

Color Harmonies of #C43732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43732

Black with #C43732

Text Example


Text Example

White with #C43732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43732; }

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

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

background-color css

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

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

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

border-color css

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

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

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