Html Css Color HEX #C84141 Persian Red

📋 copy color: '#C84141'

red 200 ◦ green 65 ◦ blue 65

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

Shades of Persian Red #C84141

Tints of Persian Red #C84141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 60.61%
G = 19.7%
B = 19.7%

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

#C84141 (or 0xC84141) is known color: Persian Red. HEX triplet: C8, 41 and 41. RGB value is (200,65,65). Sum of RGB (Red+Green+Blue) = 200+65+65=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C84141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84141 is #37BEBE. Grayscale: #696969. Windows color (decimal): -3653311 or 4276680. OLE color: 4276680.

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

Color convert

RGB 200 65 65 -
CMYK 0 0.68 0.68 0.22
HSL 0.55% 0.52% -
HSV(B) 0.68% 0.78% -
XYZ 26.66 16.44 6.77 -
YUV 105.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 200 65 65 0 0.68 0.68 0.22 0 0.55 0.52
Hex C8 41 41 0 44 44 16 0 37 34
Octal 310 101 101 0 104 104 26 0 67 64
Binary 11001000 1000001 1000001 0 1000100 1000100 10110 0 110111 110100

Color Harmonies of #C84141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84141

Black with #C84141

Text Example


Text Example

White with #C84141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84141; }

 p { color: rgb(200,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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