Html Css Color HEX #C4322C Persian Red

📋 copy color: '#C4322C'

red 196 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C4322C

Tints of Persian Red #C4322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 67.59%
G = 17.24%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4322C (or 0xC4322C) is known color: Persian Red. HEX triplet: C4, 32 and 2C. RGB value is (196,50,44). Sum of RGB (Red+Green+Blue) = 196+50+44=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4322C is #3BCDD3. Grayscale: #5D5D5D. Windows color (decimal): -3919316 or 2896580. OLE color: 2896580.

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

Color convert

RGB 196 50 44 -
CMYK 0 0.74 0.78 0.23
HSL 2.37º 0.63% 0.47% -
HSV(B) 2.37º 0.78% 0.77% -
XYZ 24.36 14.2 3.84 -
YUV 92.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 196 50 44 0 0.74 0.78 0.23 2.37 0.63 0.47
Hex C4 32 2C 0 4A 4E 17 2 3F 2F
Octal 304 62 54 0 112 116 27 2 77 57
Binary 11000100 110010 101100 0 1001010 1001110 10111 10 111111 101111

Color Harmonies of #C4322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4322C

Black with #C4322C

Text Example


Text Example

White with #C4322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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