Html Css Color HEX #C4403C Persian Red

📋 copy color: '#C4403C'

red 196 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #C4403C

Tints of Persian Red #C4403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 61.25%
G = 20%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4403C (or 0xC4403C) is known color: Persian Red. HEX triplet: C4, 40 and 3C. RGB value is (196,64,60). Sum of RGB (Red+Green+Blue) = 196+64+60=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4403C is #3BBFC3. Grayscale: #676767. Windows color (decimal): -3915716 or 3948740. OLE color: 3948740.

HSL color Cylindrical-coordinate representation of color #C4403C: hue angle of 1.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4403C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 60 -
CMYK 0 0.67 0.69 0.23
HSL 1.76º 0.54% 0.5% -
HSV(B) 1.76º 0.69% 0.77% -
XYZ 25.41 15.73 5.97 -
YUV 103.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 196 64 60 0 0.67 0.69 0.23 1.76 0.54 0.5
Hex C4 40 3C 0 43 45 17 2 36 32
Octal 304 100 74 0 103 105 27 2 66 62
Binary 11000100 1000000 111100 0 1000011 1000101 10111 10 110110 110010

Color Harmonies of #C4403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4403C

Black with #C4403C

Text Example


Text Example

White with #C4403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4403C; }

 p { color: rgb(196,64,60); }

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

background-color css

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

 a { background-color: rgb(196,64,60); }

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

border-color css

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

 span { border-color: rgb(196,64,60); }

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