Html Css Color HEX #C3362E Persian Red

📋 copy color: '#C3362E'

red 195 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #C3362E

Tints of Persian Red #C3362E

RGB

 RED value IS 195 (76.56% from 255) = 66.1%

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

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

R = 66.1%
G = 18.31%
B = 15.59%

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

#C3362E (or 0xC3362E) is known color: Persian Red. HEX triplet: C3, 36 and 2E. RGB value is (195,54,46). Sum of RGB (Red+Green+Blue) = 195+54+46=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3362E is #3CC9D1. Grayscale: #5F5F5F. Windows color (decimal): -3983826 or 3028675. OLE color: 3028675.

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

Color convert

RGB 195 54 46 -
CMYK 0 0.72 0.76 0.24
HSL 3.22º 0.62% 0.47% -
HSV(B) 3.22º 0.76% 0.76% -
XYZ 24.32 14.44 4.09 -
YUV 95.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 195 54 46 0 0.72 0.76 0.24 3.22 0.62 0.47
Hex C3 36 2E 0 48 4C 18 3 3E 2F
Octal 303 66 56 0 110 114 30 3 76 57
Binary 11000011 110110 101110 0 1001000 1001100 11000 11 111110 101111

Color Harmonies of #C3362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3362E

Black with #C3362E

Text Example


Text Example

White with #C3362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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