Html Css Color HEX #C8403E Persian Red

📋 copy color: '#C8403E'

red 200 ◦ green 64 ◦ blue 62

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

Shades of Persian Red #C8403E

Tints of Persian Red #C8403E

RGB

 RED value IS 200 (78.52% from 255) = 61.35%

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

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 61.35%
G = 19.63%
B = 19.02%

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

#C8403E (or 0xC8403E) is known color: Persian Red. HEX triplet: C8, 40 and 3E. RGB value is (200,64,62). Sum of RGB (Red+Green+Blue) = 200+64+62=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8403E is #37BFC1. Grayscale: #686868. Windows color (decimal): -3653570 or 4079816. OLE color: 4079816.

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

Color convert

RGB 200 64 62 -
CMYK 0 0.68 0.69 0.22
HSL 0.87º 0.56% 0.51% -
HSV(B) 0.87º 0.69% 0.78% -
XYZ 26.52 16.29 6.3 -
YUV 104.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 200 64 62 0 0.68 0.69 0.22 0.87 0.56 0.51
Hex C8 40 3E 0 44 45 16 1 38 33
Octal 310 100 76 0 104 105 26 1 70 63
Binary 11001000 1000000 111110 0 1000100 1000101 10110 1 111000 110011

Color Harmonies of #C8403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8403E

Black with #C8403E

Text Example


Text Example

White with #C8403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8403E; }

 p { color: rgb(200,64,62); }

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

background-color css

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

 a { background-color: rgb(200,64,62); }

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

border-color css

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

 span { border-color: rgb(200,64,62); }

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