Html Css Color HEX #C63C31 Persian Red

📋 copy color: '#C63C31'

red 198 ◦ green 60 ◦ blue 49

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

Shades of Persian Red #C63C31

Tints of Persian Red #C63C31

RGB

 RED value IS 198 (77.73% from 255) = 64.5%

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 64.5%
G = 19.54%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C63C31 (or 0xC63C31) is known color: Persian Red. HEX triplet: C6, 3C and 31. RGB value is (198,60,49). Sum of RGB (Red+Green+Blue) = 198+60+49=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C31 is #39C3CE. Grayscale: #646464. Windows color (decimal): -3785679 or 3226822. OLE color: 3226822.

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

Color convert

RGB 198 60 49 -
CMYK 0 0.70 0.75 0.22
HSL 4.43º 0.6% 0.48% -
HSV(B) 4.43º 0.75% 0.78% -
XYZ 25.46 15.46 4.55 -
YUV 100.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 198 60 49 0 0.70 0.75 0.22 4.43 0.6 0.48
Hex C6 3C 31 0 46 4B 16 4 3C 30
Octal 306 74 61 0 106 113 26 4 74 60
Binary 11000110 111100 110001 0 1000110 1001011 10110 100 111100 110000

Color Harmonies of #C63C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C31

Black with #C63C31

Text Example


Text Example

White with #C63C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C31; }

 p { color: rgb(198,60,49); }

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

background-color css

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

 a { background-color: rgb(198,60,49); }

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

border-color css

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

 span { border-color: rgb(198,60,49); }

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