Html Css Color HEX #C3362B Persian Red

📋 copy color: '#C3362B'

red 195 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #C3362B

Tints of Persian Red #C3362B

RGB

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

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

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

R = 66.78%
G = 18.49%
B = 14.73%

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

#C3362B (or 0xC3362B) is known color: Persian Red. HEX triplet: C3, 36 and 2B. RGB value is (195,54,43). Sum of RGB (Red+Green+Blue) = 195+54+43=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3362B is #3CC9D4. Grayscale: #5F5F5F. Windows color (decimal): -3983829 or 2832067. OLE color: 2832067.

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

Color convert

RGB 195 54 43 -
CMYK 0 0.72 0.78 0.24
HSL 4.34º 0.64% 0.47% -
HSV(B) 4.34º 0.78% 0.76% -
XYZ 24.26 14.41 3.79 -
YUV 94.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 195 54 43 0 0.72 0.78 0.24 4.34 0.64 0.47
Hex C3 36 2B 0 48 4E 18 4 40 2F
Octal 303 66 53 0 110 116 30 4 100 57
Binary 11000011 110110 101011 0 1001000 1001110 11000 100 1000000 101111

Color Harmonies of #C3362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3362B

Black with #C3362B

Text Example


Text Example

White with #C3362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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