Html Css Color HEX #C4322D Persian Red

📋 copy color: '#C4322D'

red 196 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #C4322D

Tints of Persian Red #C4322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 67.35%
G = 17.18%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4322D (or 0xC4322D) is known color: Persian Red. HEX triplet: C4, 32 and 2D. RGB value is (196,50,45). Sum of RGB (Red+Green+Blue) = 196+50+45=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4322D is #3BCDD2. Grayscale: #5D5D5D. Windows color (decimal): -3919315 or 2962116. OLE color: 2962116.

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

Color convert

RGB 196 50 45 -
CMYK 0 0.74 0.77 0.23
HSL 1.99º 0.63% 0.47% -
HSV(B) 1.99º 0.77% 0.77% -
XYZ 24.38 14.21 3.94 -
YUV 93.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 196 50 45 0 0.74 0.77 0.23 1.99 0.63 0.47
Hex C4 32 2D 0 4A 4D 17 2 3F 2F
Octal 304 62 55 0 112 115 27 2 77 57
Binary 11000100 110010 101101 0 1001010 1001101 10111 10 111111 101111

Color Harmonies of #C4322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4322D

Black with #C4322D

Text Example


Text Example

White with #C4322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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