Html Css Color HEX #C63C37 Persian Red

📋 copy color: '#C63C37'

red 198 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #C63C37

Tints of Persian Red #C63C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 63.26%
G = 19.17%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C63C37 (or 0xC63C37) is known color: Persian Red. HEX triplet: C6, 3C and 37. RGB value is (198,60,55). Sum of RGB (Red+Green+Blue) = 198+60+55=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C37 is #39C3C8. Grayscale: #646464. Windows color (decimal): -3785673 or 3620038. OLE color: 3620038.

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

Color convert

RGB 198 60 55 -
CMYK 0 0.70 0.72 0.22
HSL 2.1º 0.57% 0.5% -
HSV(B) 2.1º 0.72% 0.78% -
XYZ 25.59 15.51 5.26 -
YUV 100.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 198 60 55 0 0.70 0.72 0.22 2.1 0.57 0.5
Hex C6 3C 37 0 46 48 16 2 39 32
Octal 306 74 67 0 106 110 26 2 71 62
Binary 11000110 111100 110111 0 1000110 1001000 10110 10 111001 110010

Color Harmonies of #C63C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C37

Black with #C63C37

Text Example


Text Example

White with #C63C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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