Html Css Color HEX #C2382A Persian Red

📋 copy color: '#C2382A'

red 194 ◦ green 56 ◦ blue 42

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

Shades of Persian Red #C2382A

Tints of Persian Red #C2382A

RGB

 RED value IS 194 (76.17% from 255) = 66.44%

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 66.44%
G = 19.18%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2382A (or 0xC2382A) is known color: Persian Red. HEX triplet: C2, 38 and 2A. RGB value is (194,56,42). Sum of RGB (Red+Green+Blue) = 194+56+42=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2382A is #3DC7D5. Grayscale: #5F5F5F. Windows color (decimal): -4048854 or 2767042. OLE color: 2767042.

HSL color Cylindrical-coordinate representation of color #C2382A: hue angle of 5.53º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2382A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 42 -
CMYK 0 0.71 0.78 0.24
HSL 5.53º 0.64% 0.46% -
HSV(B) 5.53º 0.78% 0.76% -
XYZ 24.08 14.46 3.71 -
YUV 95.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 194 56 42 0 0.71 0.78 0.24 5.53 0.64 0.46
Hex C2 38 2A 0 47 4E 18 6 40 2E
Octal 302 70 52 0 107 116 30 6 100 56
Binary 11000010 111000 101010 0 1000111 1001110 11000 110 1000000 101110

Color Harmonies of #C2382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2382A

Black with #C2382A

Text Example


Text Example

White with #C2382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2382A; }

 p { color: rgb(194,56,42); }

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

background-color css

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

 a { background-color: rgb(194,56,42); }

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

border-color css

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

 span { border-color: rgb(194,56,42); }

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