Html Css Color HEX #C4382B Persian Red

📋 copy color: '#C4382B'

red 196 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #C4382B

Tints of Persian Red #C4382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 66.44%
G = 18.98%
B = 14.58%

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

#C4382B (or 0xC4382B) is known color: Persian Red. HEX triplet: C4, 38 and 2B. RGB value is (196,56,43). Sum of RGB (Red+Green+Blue) = 196+56+43=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4382B is #3BC7D4. Grayscale: #606060. Windows color (decimal): -3917781 or 2832580. OLE color: 2832580.

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

Color convert

RGB 196 56 43 -
CMYK 0 0.71 0.78 0.23
HSL 5.1º 0.64% 0.47% -
HSV(B) 5.1º 0.78% 0.77% -
XYZ 24.62 14.74 3.83 -
YUV 96.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 196 56 43 0 0.71 0.78 0.23 5.1 0.64 0.47
Hex C4 38 2B 0 47 4E 17 5 40 2F
Octal 304 70 53 0 107 116 27 5 100 57
Binary 11000100 111000 101011 0 1000111 1001110 10111 101 1000000 101111

Color Harmonies of #C4382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4382B

Black with #C4382B

Text Example


Text Example

White with #C4382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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