Html Css Color HEX #C7403C Persian Red

📋 copy color: '#C7403C'

red 199 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #C7403C

Tints of Persian Red #C7403C

RGB

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

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

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

R = 61.61%
G = 19.81%
B = 18.58%

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

#C7403C (or 0xC7403C) is known color: Persian Red. HEX triplet: C7, 40 and 3C. RGB value is (199,64,60). Sum of RGB (Red+Green+Blue) = 199+64+60=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7403C is #38BFC3. Grayscale: #686868. Windows color (decimal): -3719108 or 3948743. OLE color: 3948743.

HSL color Cylindrical-coordinate representation of color #C7403C: hue angle of 1.73º degrees, saturation: 0.55, 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 #C7403C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 60 -
CMYK 0 0.68 0.70 0.22
HSL 1.73º 0.55% 0.51% -
HSV(B) 1.73º 0.7% 0.78% -
XYZ 26.2 16.14 6.01 -
YUV 103.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 199 64 60 0 0.68 0.70 0.22 1.73 0.55 0.51
Hex C7 40 3C 0 44 46 16 2 37 33
Octal 307 100 74 0 104 106 26 2 67 63
Binary 11000111 1000000 111100 0 1000100 1000110 10110 10 110111 110011

Color Harmonies of #C7403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7403C

Black with #C7403C

Text Example


Text Example

White with #C7403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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