Html Css Color HEX #C4312D Persian Red

📋 copy color: '#C4312D'

red 196 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #C4312D

Tints of Persian Red #C4312D

RGB

 RED value IS 196 (76.95% from 255) = 67.59%

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 67.59%
G = 16.9%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4312D (or 0xC4312D) is known color: Persian Red. HEX triplet: C4, 31 and 2D. RGB value is (196,49,45). Sum of RGB (Red+Green+Blue) = 196+49+45=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4312D is #3BCED2. Grayscale: #5C5C5C. Windows color (decimal): -3919571 or 2961860. OLE color: 2961860.

HSL color Cylindrical-coordinate representation of color #C4312D: hue angle of 1.59º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4312D is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 45 -
CMYK 0 0.75 0.77 0.23
HSL 1.59º 0.63% 0.47% -
HSV(B) 1.59º 0.77% 0.77% -
XYZ 24.34 14.12 3.93 -
YUV 92.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 196 49 45 0 0.75 0.77 0.23 1.59 0.63 0.47
Hex C4 31 2D 0 4B 4D 17 2 3F 2F
Octal 304 61 55 0 113 115 27 2 77 57
Binary 11000100 110001 101101 0 1001011 1001101 10111 10 111111 101111

Color Harmonies of #C4312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4312D

Black with #C4312D

Text Example


Text Example

White with #C4312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4312D; }

 p { color: rgb(196,49,45); }

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

background-color css

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

 a { background-color: rgb(196,49,45); }

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

border-color css

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

 span { border-color: rgb(196,49,45); }

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