Html Css Color HEX #C4332F Persian Red

📋 copy color: '#C4332F'

red 196 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #C4332F

Tints of Persian Red #C4332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 66.67%
G = 17.35%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4332F (or 0xC4332F) is known color: Persian Red. HEX triplet: C4, 33 and 2F. RGB value is (196,51,47). Sum of RGB (Red+Green+Blue) = 196+51+47=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4332F is #3BCCD0. Grayscale: #5E5E5E. Windows color (decimal): -3919057 or 3093444. OLE color: 3093444.

HSL color Cylindrical-coordinate representation of color #C4332F: hue angle of 1.61º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4332F is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 47 -
CMYK 0 0.74 0.76 0.23
HSL 1.61º 0.61% 0.48% -
HSV(B) 1.61º 0.76% 0.77% -
XYZ 24.46 14.31 4.16 -
YUV 93.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 196 51 47 0 0.74 0.76 0.23 1.61 0.61 0.48
Hex C4 33 2F 0 4A 4C 17 2 3D 30
Octal 304 63 57 0 112 114 27 2 75 60
Binary 11000100 110011 101111 0 1001010 1001100 10111 10 111101 110000

Color Harmonies of #C4332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4332F

Black with #C4332F

Text Example


Text Example

White with #C4332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4332F; }

 p { color: rgb(196,51,47); }

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

background-color css

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

 a { background-color: rgb(196,51,47); }

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

border-color css

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

 span { border-color: rgb(196,51,47); }

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