Html Css Color HEX #C4403A Persian Red

📋 copy color: '#C4403A'

red 196 ◦ green 64 ◦ blue 58

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

Shades of Persian Red #C4403A

Tints of Persian Red #C4403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 61.64%
G = 20.13%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4403A (or 0xC4403A) is known color: Persian Red. HEX triplet: C4, 40 and 3A. RGB value is (196,64,58). Sum of RGB (Red+Green+Blue) = 196+64+58=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C4403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4403A is #3BBFC5. Grayscale: #666666. Windows color (decimal): -3915718 or 3817668. OLE color: 3817668.

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

Color convert

RGB 196 64 58 -
CMYK 0 0.67 0.70 0.23
HSL 2.61º 0.54% 0.5% -
HSV(B) 2.61º 0.7% 0.77% -
XYZ 25.36 15.71 5.7 -
YUV 102.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 196 64 58 0 0.67 0.70 0.23 2.61 0.54 0.5
Hex C4 40 3A 0 43 46 17 3 36 32
Octal 304 100 72 0 103 106 27 3 66 62
Binary 11000100 1000000 111010 0 1000011 1000110 10111 11 110110 110010

Color Harmonies of #C4403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4403A

Black with #C4403A

Text Example


Text Example

White with #C4403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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