Html Css Color HEX #C2392B Persian Red

📋 copy color: '#C2392B'

red 194 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #C2392B

Tints of Persian Red #C2392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 65.99%
G = 19.39%
B = 14.63%

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

#C2392B (or 0xC2392B) is known color: Persian Red. HEX triplet: C2, 39 and 2B. RGB value is (194,57,43). Sum of RGB (Red+Green+Blue) = 194+57+43=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2392B is #3DC6D4. Grayscale: #606060. Windows color (decimal): -4048597 or 2832834. OLE color: 2832834.

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

Color convert

RGB 194 57 43 -
CMYK 0 0.71 0.78 0.24
HSL 5.56º 0.64% 0.46% -
HSV(B) 5.56º 0.78% 0.76% -
XYZ 24.15 14.57 3.83 -
YUV 96.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 194 57 43 0 0.71 0.78 0.24 5.56 0.64 0.46
Hex C2 39 2B 0 47 4E 18 6 40 2E
Octal 302 71 53 0 107 116 30 6 100 56
Binary 11000010 111001 101011 0 1000111 1001110 11000 110 1000000 101110

Color Harmonies of #C2392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2392B

Black with #C2392B

Text Example


Text Example

White with #C2392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2392B; }

 p { color: rgb(194,57,43); }

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

background-color css

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

 a { background-color: rgb(194,57,43); }

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

border-color css

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

 span { border-color: rgb(194,57,43); }

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