Html Css Color HEX #C2362B Persian Red

📋 copy color: '#C2362B'

red 194 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #C2362B

Tints of Persian Red #C2362B

RGB

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

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

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

R = 66.67%
G = 18.56%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2362B (or 0xC2362B) is known color: Persian Red. HEX triplet: C2, 36 and 2B. RGB value is (194,54,43). Sum of RGB (Red+Green+Blue) = 194+54+43=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362B is #3DC9D4. Grayscale: #5E5E5E. Windows color (decimal): -4049365 or 2832066. OLE color: 2832066.

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

Color convert

RGB 194 54 43 -
CMYK 0 0.72 0.78 0.24
HSL 4.37º 0.64% 0.46% -
HSV(B) 4.37º 0.78% 0.76% -
XYZ 24 14.28 3.78 -
YUV 94.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 194 54 43 0 0.72 0.78 0.24 4.37 0.64 0.46
Hex C2 36 2B 0 48 4E 18 4 40 2E
Octal 302 66 53 0 110 116 30 4 100 56
Binary 11000010 110110 101011 0 1001000 1001110 11000 100 1000000 101110

Color Harmonies of #C2362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2362B

Black with #C2362B

Text Example


Text Example

White with #C2362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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