Html Css Color HEX #C2342D Persian Red

📋 copy color: '#C2342D'

red 194 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #C2342D

Tints of Persian Red #C2342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 66.67%
G = 17.87%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2342D (or 0xC2342D) is known color: Persian Red. HEX triplet: C2, 34 and 2D. RGB value is (194,52,45). Sum of RGB (Red+Green+Blue) = 194+52+45=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2342D is #3DCBD2. Grayscale: #5D5D5D. Windows color (decimal): -4049875 or 2962626. OLE color: 2962626.

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

Color convert

RGB 194 52 45 -
CMYK 0 0.73 0.77 0.24
HSL 2.82º 0.62% 0.47% -
HSV(B) 2.82º 0.77% 0.76% -
XYZ 23.95 14.11 3.94 -
YUV 93.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 194 52 45 0 0.73 0.77 0.24 2.82 0.62 0.47
Hex C2 34 2D 0 49 4D 18 3 3E 2F
Octal 302 64 55 0 111 115 30 3 76 57
Binary 11000010 110100 101101 0 1001001 1001101 11000 11 111110 101111

Color Harmonies of #C2342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2342D

Black with #C2342D

Text Example


Text Example

White with #C2342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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