Html Css Color HEX #C5382B Persian Red

📋 copy color: '#C5382B'

red 197 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #C5382B

Tints of Persian Red #C5382B

RGB

 RED value IS 197 (77.34% from 255) = 66.55%

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

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

R = 66.55%
G = 18.92%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5382B (or 0xC5382B) is known color: Persian Red. HEX triplet: C5, 38 and 2B. RGB value is (197,56,43). Sum of RGB (Red+Green+Blue) = 197+56+43=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5382B is #3AC7D4. Grayscale: #606060. Windows color (decimal): -3852245 or 2832581. OLE color: 2832581.

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

Color convert

RGB 197 56 43 -
CMYK 0 0.72 0.78 0.23
HSL 5.06º 0.64% 0.47% -
HSV(B) 5.06º 0.78% 0.77% -
XYZ 24.88 14.87 3.85 -
YUV 96.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 197 56 43 0 0.72 0.78 0.23 5.06 0.64 0.47
Hex C5 38 2B 0 48 4E 17 5 40 2F
Octal 305 70 53 0 110 116 27 5 100 57
Binary 11000101 111000 101011 0 1001000 1001110 10111 101 1000000 101111

Color Harmonies of #C5382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5382B

Black with #C5382B

Text Example


Text Example

White with #C5382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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