Html Css Color HEX #C7403B Persian Red

📋 copy color: '#C7403B'

red 199 ◦ green 64 ◦ blue 59

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

Shades of Persian Red #C7403B

Tints of Persian Red #C7403B

RGB

 RED value IS 199 (78.13% from 255) = 61.8%

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 61.8%
G = 19.88%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7403B (or 0xC7403B) is known color: Persian Red. HEX triplet: C7, 40 and 3B. RGB value is (199,64,59). Sum of RGB (Red+Green+Blue) = 199+64+59=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7403B is #38BFC4. Grayscale: #676767. Windows color (decimal): -3719109 or 3883207. OLE color: 3883207.

HSL color Cylindrical-coordinate representation of color #C7403B: hue angle of 2.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7403B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 59 -
CMYK 0 0.68 0.70 0.22
HSL 2.14º 0.56% 0.51% -
HSV(B) 2.14º 0.7% 0.78% -
XYZ 26.18 16.12 5.87 -
YUV 103.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 199 64 59 0 0.68 0.70 0.22 2.14 0.56 0.51
Hex C7 40 3B 0 44 46 16 2 38 33
Octal 307 100 73 0 104 106 26 2 70 63
Binary 11000111 1000000 111011 0 1000100 1000110 10110 10 111000 110011

Color Harmonies of #C7403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7403B

Black with #C7403B

Text Example


Text Example

White with #C7403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7403B; }

 p { color: rgb(199,64,59); }

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

background-color css

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

 a { background-color: rgb(199,64,59); }

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

border-color css

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

 span { border-color: rgb(199,64,59); }

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