Html Css Color HEX #C2382D Persian Red

📋 copy color: '#C2382D'

red 194 ◦ green 56 ◦ blue 45

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

Shades of Persian Red #C2382D

Tints of Persian Red #C2382D

RGB

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

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

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

R = 65.76%
G = 18.98%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2382D (or 0xC2382D) is known color: Persian Red. HEX triplet: C2, 38 and 2D. RGB value is (194,56,45). Sum of RGB (Red+Green+Blue) = 194+56+45=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2382D is #3DC7D2. Grayscale: #606060. Windows color (decimal): -4048851 or 2963650. OLE color: 2963650.

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

Color convert

RGB 194 56 45 -
CMYK 0 0.71 0.77 0.24
HSL 4.43º 0.62% 0.47% -
HSV(B) 4.43º 0.77% 0.76% -
XYZ 24.14 14.49 4.01 -
YUV 96.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 194 56 45 0 0.71 0.77 0.24 4.43 0.62 0.47
Hex C2 38 2D 0 47 4D 18 4 3E 2F
Octal 302 70 55 0 107 115 30 4 76 57
Binary 11000010 111000 101101 0 1000111 1001101 11000 100 111110 101111

Color Harmonies of #C2382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2382D

Black with #C2382D

Text Example


Text Example

White with #C2382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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