Html Css Color HEX #C3362C Persian Red

📋 copy color: '#C3362C'

red 195 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #C3362C

Tints of Persian Red #C3362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 66.55%
G = 18.43%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3362C (or 0xC3362C) is known color: Persian Red. HEX triplet: C3, 36 and 2C. RGB value is (195,54,44). Sum of RGB (Red+Green+Blue) = 195+54+44=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3362C is #3CC9D3. Grayscale: #5F5F5F. Windows color (decimal): -3983828 or 2897603. OLE color: 2897603.

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

Color convert

RGB 195 54 44 -
CMYK 0 0.72 0.77 0.24
HSL 3.97º 0.63% 0.47% -
HSV(B) 3.97º 0.77% 0.76% -
XYZ 24.28 14.42 3.89 -
YUV 95.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 195 54 44 0 0.72 0.77 0.24 3.97 0.63 0.47
Hex C3 36 2C 0 48 4D 18 4 3F 2F
Octal 303 66 54 0 110 115 30 4 77 57
Binary 11000011 110110 101100 0 1001000 1001101 11000 100 111111 101111

Color Harmonies of #C3362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3362C

Black with #C3362C

Text Example


Text Example

White with #C3362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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