Html Css Color HEX #C3312B Persian Red

📋 copy color: '#C3312B'

red 195 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C3312B

Tints of Persian Red #C3312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 67.94%
G = 17.07%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3312B (or 0xC3312B) is known color: Persian Red. HEX triplet: C3, 31 and 2B. RGB value is (195,49,43). Sum of RGB (Red+Green+Blue) = 195+49+43=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3312B is #3CCED4. Grayscale: #5C5C5C. Windows color (decimal): -3985109 or 2830787. OLE color: 2830787.

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

Color convert

RGB 195 49 43 -
CMYK 0 0.75 0.78 0.24
HSL 2.37º 0.64% 0.47% -
HSV(B) 2.37º 0.78% 0.76% -
XYZ 24.04 13.97 3.72 -
YUV 91.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 195 49 43 0 0.75 0.78 0.24 2.37 0.64 0.47
Hex C3 31 2B 0 4B 4E 18 2 40 2F
Octal 303 61 53 0 113 116 30 2 100 57
Binary 11000011 110001 101011 0 1001011 1001110 11000 10 1000000 101111

Color Harmonies of #C3312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3312B

Black with #C3312B

Text Example


Text Example

White with #C3312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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