Html Css Color HEX #C8423F Persian Red

📋 copy color: '#C8423F'

red 200 ◦ green 66 ◦ blue 63

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

Shades of Persian Red #C8423F

Tints of Persian Red #C8423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 60.79%
G = 20.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8423F (or 0xC8423F) is known color: Persian Red. HEX triplet: C8, 42 and 3F. RGB value is (200,66,63). Sum of RGB (Red+Green+Blue) = 200+66+63=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8423F is #37BDC0. Grayscale: #696969. Windows color (decimal): -3653057 or 4145864. OLE color: 4145864.

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

Color convert

RGB 200 66 63 -
CMYK 0 0.67 0.68 0.22
HSL 1.31º 0.55% 0.52% -
HSV(B) 1.31º 0.69% 0.78% -
XYZ 26.66 16.53 6.49 -
YUV 105.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 200 66 63 0 0.67 0.68 0.22 1.31 0.55 0.52
Hex C8 42 3F 0 43 44 16 1 37 34
Octal 310 102 77 0 103 104 26 1 67 64
Binary 11001000 1000010 111111 0 1000011 1000100 10110 1 110111 110100

Color Harmonies of #C8423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8423F

Black with #C8423F

Text Example


Text Example

White with #C8423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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