Html Css Color HEX #C4382D Persian Red

📋 copy color: '#C4382D'

red 196 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #C4382D

Tints of Persian Red #C4382D

RGB

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

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

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

R = 65.99%
G = 18.86%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4382D (or 0xC4382D) is known color: Persian Red. HEX triplet: C4, 38 and 2D. RGB value is (196,56,45). Sum of RGB (Red+Green+Blue) = 196+56+45=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4382D is #3BC7D2. Grayscale: #606060. Windows color (decimal): -3917779 or 2963652. OLE color: 2963652.

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

Color convert

RGB 196 56 45 -
CMYK 0 0.71 0.77 0.23
HSL 4.37º 0.63% 0.47% -
HSV(B) 4.37º 0.77% 0.77% -
XYZ 24.65 14.75 4.03 -
YUV 96.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 196 56 45 0 0.71 0.77 0.23 4.37 0.63 0.47
Hex C4 38 2D 0 47 4D 17 4 3F 2F
Octal 304 70 55 0 107 115 27 4 77 57
Binary 11000100 111000 101101 0 1000111 1001101 10111 100 111111 101111

Color Harmonies of #C4382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4382D

Black with #C4382D

Text Example


Text Example

White with #C4382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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