Html Css Color HEX #C8403F Persian Red

📋 copy color: '#C8403F'

red 200 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #C8403F

Tints of Persian Red #C8403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 61.16%
G = 19.57%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8403F (or 0xC8403F) is known color: Persian Red. HEX triplet: C8, 40 and 3F. RGB value is (200,64,63). Sum of RGB (Red+Green+Blue) = 200+64+63=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8403F is #37BFC0. Grayscale: #686868. Windows color (decimal): -3653569 or 4145352. OLE color: 4145352.

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

Color convert

RGB 200 64 63 -
CMYK 0 0.68 0.68 0.22
HSL 0.44º 0.55% 0.52% -
HSV(B) 0.44º 0.69% 0.78% -
XYZ 26.55 16.31 6.45 -
YUV 104.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 200 64 63 0 0.68 0.68 0.22 0.44 0.55 0.52
Hex C8 40 3F 0 44 44 16 0 37 34
Octal 310 100 77 0 104 104 26 0 67 64
Binary 11001000 1000000 111111 0 1000100 1000100 10110 0 110111 110100

Color Harmonies of #C8403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8403F

Black with #C8403F

Text Example


Text Example

White with #C8403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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