Html Css Color HEX #C4382C Persian Red

📋 copy color: '#C4382C'

red 196 ◦ green 56 ◦ blue 44

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

Shades of Persian Red #C4382C

Tints of Persian Red #C4382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 66.22%
G = 18.92%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4382C (or 0xC4382C) is known color: Persian Red. HEX triplet: C4, 38 and 2C. RGB value is (196,56,44). Sum of RGB (Red+Green+Blue) = 196+56+44=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4382C is #3BC7D3. Grayscale: #606060. Windows color (decimal): -3917780 or 2898116. OLE color: 2898116.

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

Color convert

RGB 196 56 44 -
CMYK 0 0.71 0.78 0.23
HSL 4.74º 0.63% 0.47% -
HSV(B) 4.74º 0.78% 0.77% -
XYZ 24.63 14.75 3.93 -
YUV 96.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 196 56 44 0 0.71 0.78 0.23 4.74 0.63 0.47
Hex C4 38 2C 0 47 4E 17 5 3F 2F
Octal 304 70 54 0 107 116 27 5 77 57
Binary 11000100 111000 101100 0 1000111 1001110 10111 101 111111 101111

Color Harmonies of #C4382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4382C

Black with #C4382C

Text Example


Text Example

White with #C4382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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