Html Css Color HEX #C2362E Persian Red

📋 copy color: '#C2362E'

red 194 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #C2362E

Tints of Persian Red #C2362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 65.99%
G = 18.37%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2362E (or 0xC2362E) is known color: Persian Red. HEX triplet: C2, 36 and 2E. RGB value is (194,54,46). Sum of RGB (Red+Green+Blue) = 194+54+46=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362E is #3DC9D1. Grayscale: #5F5F5F. Windows color (decimal): -4049362 or 3028674. OLE color: 3028674.

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

Color convert

RGB 194 54 46 -
CMYK 0 0.72 0.76 0.24
HSL 3.24º 0.62% 0.47% -
HSV(B) 3.24º 0.76% 0.76% -
XYZ 24.06 14.3 4.08 -
YUV 94.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 194 54 46 0 0.72 0.76 0.24 3.24 0.62 0.47
Hex C2 36 2E 0 48 4C 18 3 3E 2F
Octal 302 66 56 0 110 114 30 3 76 57
Binary 11000010 110110 101110 0 1001000 1001100 11000 11 111110 101111

Color Harmonies of #C2362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2362E

Black with #C2362E

Text Example


Text Example

White with #C2362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2362E; }

 p { color: rgb(194,54,46); }

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

background-color css

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

 a { background-color: rgb(194,54,46); }

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

border-color css

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

 span { border-color: rgb(194,54,46); }

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