Html Css Color HEX #C7403D Persian Red

📋 copy color: '#C7403D'

red 199 ◦ green 64 ◦ blue 61

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

Shades of Persian Red #C7403D

Tints of Persian Red #C7403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 61.42%
G = 19.75%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7403D (or 0xC7403D) is known color: Persian Red. HEX triplet: C7, 40 and 3D. RGB value is (199,64,61). Sum of RGB (Red+Green+Blue) = 199+64+61=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7403D is #38BFC2. Grayscale: #686868. Windows color (decimal): -3719107 or 4014279. OLE color: 4014279.

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

Color convert

RGB 199 64 61 -
CMYK 0 0.68 0.69 0.22
HSL 1.3º 0.55% 0.51% -
HSV(B) 1.3º 0.69% 0.78% -
XYZ 26.23 16.15 6.15 -
YUV 104.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 199 64 61 0 0.68 0.69 0.22 1.3 0.55 0.51
Hex C7 40 3D 0 44 45 16 1 37 33
Octal 307 100 75 0 104 105 26 1 67 63
Binary 11000111 1000000 111101 0 1000100 1000101 10110 1 110111 110011

Color Harmonies of #C7403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7403D

Black with #C7403D

Text Example


Text Example

White with #C7403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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